FTPDirectoryDocument Shows Garbled String for Last Modified Date
authorjoepeck@webkit.org <joepeck@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 28 Sep 2011 20:18:35 +0000 (20:18 +0000)
committerjoepeck@webkit.org <joepeck@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 28 Sep 2011 20:18:35 +0000 (20:18 +0000)
commit6b6e58de403c4f31e909f5ea35143a8e8bcf8108
treef11225bee01260f94680f3b39aef2c1a7ee2cb8c
parent34d7d14500c7cc203d4654e167b69ad93ae6ddaa
FTPDirectoryDocument Shows Garbled String for Last Modified Date
https://bugs.webkit.org/show_bug.cgi?id=69011

Reviewed by Dan Bernstein.

Force WTF::String concatenation instead of an accidental char* pointer addition.

* html/FTPDirectoryDocument.cpp:
(WebCore::processFileDateString):

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96253 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Source/WebCore/ChangeLog
Source/WebCore/html/FTPDirectoryDocument.cpp