[webkit-reviews] review requested: [Bug 69011] FTPDirectoryDocument Shows Garbled String for Last Modified Date : [Attachment 109043] [PATCH] Proposed Fix

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


Joseph Pecoraro <joepeck at webkit.org> has asked	for review:
Bug 69011: FTPDirectoryDocument Shows Garbled String for Last Modified Date
https://bugs.webkit.org/show_bug.cgi?id=69011

Attachment 109043: [PATCH] Proposed Fix
https://bugs.webkit.org/attachment.cgi?id=109043&action=review

------- Additional Comments from Joseph Pecoraro <joepeck at webkit.org>
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.


More information about the webkit-reviews mailing list