*Core: Fixed issue with missing TimeScan

git-svn-id: svn://ultimatepp.org/upp/trunk@4671 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2012-03-09 09:18:10 +00:00
parent 5f54b962c3
commit fea49bd1b2

View file

@ -479,7 +479,7 @@ Time ScanTime(const char *datefmt, const char *s, Time def)
return def;
}
Time ScanDate(const char *s, Time def)
Time ScanTime(const char *s, Time def)
{
Time tm;
if(StrToTime(tm, s))