mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-15 22:02:51 -06:00
*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:
parent
5f54b962c3
commit
fea49bd1b2
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue