• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

FFFTPのソースコードです。


Commit MetaInfo

Revisión114b3fb45ce14677953d84b90b7d4237ea20d1ed (tree)
Tiempo2013-02-07 22:17:31
Autors_kawamoto <s_kawamoto@user...>
Commiters_kawamoto

Log Message

Fix bugs of handling of time stamps.

Cambiar Resumen

Diferencia incremental

Binary files a/FFFTP_Eng_Release/FFFTP.exe and b/FFFTP_Eng_Release/FFFTP.exe differ
Binary files a/Release/FFFTP.exe and b/Release/FFFTP.exe differ
--- a/filelist.c
+++ b/filelist.c
@@ -4556,6 +4556,8 @@ static int ResolvFileInfo(char *Str, int ListType, char *Fname, LONGLONG *Size,
45564556 if(sTime.wHour != 12)
45574557 sTime.wHour += 12;
45584558 }
4559+ SystemTimeToFileTime(&sTime, Time);
4560+ SpecificLocalFileTime2FileTime(Time, AskHostTimeZone());
45594561
45604562 /* サイズ */
45614563 FindField(Str, Buf, 2, NO);