[Webkit-unassigned] [Bug 11709] New: DeprecatedString::format is broken on windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 28 19:26:53 PST 2006


http://bugs.webkit.org/show_bug.cgi?id=11709

           Summary: DeprecatedString::format is broken on windows
           Product: WebKit
           Version: 420+ (nightly)
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Major
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: morganl.webkit at yahoo.com


DeprecatedString::format is broken on windows

DeprecatedString::setNum(99) for example fails to set the contents of the
string to "99".  What's going on is that the initial call to vsnprintf fails,
and so the string is assigned an empty value.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list