From: s_kawamoto Date: Fri, 23 Sep 2011 05:46:01 +0000 (+0900) Subject: Fix bugs of parsing MLSD response. X-Git-Url: http://git.sourceforge.jp/view?p=ffftp%2Fffftp.git;a=commitdiff_plain;h=1c37c2a54318b5b509da10b6f6a53d2cf1b4c6c2 Fix bugs of parsing MLSD response. --- diff --git a/FFFTP_Eng_Release/FFFTP.exe b/FFFTP_Eng_Release/FFFTP.exe index b7c51c8..1269981 100644 Binary files a/FFFTP_Eng_Release/FFFTP.exe and b/FFFTP_Eng_Release/FFFTP.exe differ diff --git a/Release/FFFTP.exe b/Release/FFFTP.exe index 472c814..76f86a8 100644 Binary files a/Release/FFFTP.exe and b/Release/FFFTP.exe differ diff --git a/filelist.c b/filelist.c index 8c1d4f9..e9f2a1c 100644 --- a/filelist.c +++ b/filelist.c @@ -4875,7 +4875,7 @@ static int ResolvFileInfo(char *Str, int ListType, char *Fname, LONGLONG *Size, sTime.wMinute = atoi_n(Value + 10, 2); sTime.wSecond = atoi_n(Value + 12, 2); SystemTimeToFileTime(&sTime, Time); - SpecificLocalFileTime2FileTime(Time, AskHostTimeZone()); +// SpecificLocalFileTime2FileTime(Time, AskHostTimeZone()); *InfoExist |= FINFO_DATE | FINFO_TIME; } else if(_stricmp(Name, "UNIX.mode") == 0)