[Webkit-unassigned] [Bug 69011] FTPDirectoryDocument Shows Garbled String for Last Modified Date

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 28 11:57:06 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=69011


Joseph Pecoraro <joepeck at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #109043|                            |review?, commit-queue?
               Flag|                            |




--- Comment #2 from Joseph Pecoraro <joepeck at webkit.org>  2011-09-28 11:57:06 PST ---
Created an attachment (id=109043)
 --> (https://bugs.webkit.org/attachment.cgi?id=109043&action=review)
[PATCH] Proposed Fix

I also switched from + ' ' to + " " which would have caused a compiler issue and help catch
this earlier, but if you want we can switch that space back to a char. The important part
was to force the first expr to be a WTF::String.

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



More information about the webkit-unassigned mailing list