[Webkit-unassigned] [Bug 15415] parse the end of line about the FTPDIR list error!

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 18 09:52:01 PDT 2008


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


beidson at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #19859|review?                     |review-
               Flag|                            |




------- Comment #4 from beidson at apple.com  2008-03-18 09:52 PDT -------
(From update of attachment 19859)
This was a good find, but I think the fix is wrong for this reason:
We treat any of the sequences - /r, /r/n, and /n - as newlines.  foundNewLine
should be set whenever we encounter *any* of these sequences.  I think moving
the foundNewLine assignment isn't right, but adding the new one is (so we have
it in both places)


-- 
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