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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 17 21:10:59 PDT 2008


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





------- Comment #2 from weihong.zeng at hotmail.com  2008-03-17 21:10 PDT -------

'\n' is the end of line(EOL) on Linux , "\r\n" is EOL on Win32, and '\r' is EOL
on Mac.

So, if the current character is '\r' , m_skipLF is setted; 
if the current character is '\n', foundNewLine should be setted; 

e.g
ftp://ftp.mozilla.org/pub


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