4.58 beta

This commit is contained in:
Igor Pavlov
2008-05-05 00:00:00 +00:00
committed by Kornel Lesiński
parent bd1fa36322
commit 3901bf0ab8
326 changed files with 10643 additions and 14913 deletions
+5
View File
@@ -66,6 +66,11 @@ bool ConvertFileTimeToString(const FILETIME &ft, char *s, bool includeTime, bool
{
*s++ = ':';
UIntToStringSpec(st.wSecond, s, 2);
/*
s += 2;
*s++ = '.';
UIntToStringSpec(st.wMilliseconds, s, 3);
*/
}
}
/*