[Webkit-unassigned] [Bug 137598] Style fixes in FTPDirectoryParser

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 10 03:50:21 PDT 2014


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





--- Comment #5 from Csaba Osztrogonác <ossy at webkit.org>  2014-10-10 03:50:18 PST ---
(From update of attachment 239613)
View in context: https://bugs.webkit.org/attachment.cgi?id=239613&action=review

> Source/WebCore/loader/FTPDirectoryParser.cpp:1035
> +                    int now = (state.nowFTPTime.tm_mon << 5) + state.nowFTPTime.tm_mday;
> +                    int modifiedTime = (state.modifiedTime.tm_mon << 5) + state.modifiedTime.tm_mday;
> +                    if (now < modified)
> +                        result.modifiedTime.tm_year--;

It isn't a style change only, you introduced new temporary variables.

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