mirror of
https://github.com/Karaka-Management/cOMS.git
synced 2026-02-13 17:08:40 +00:00
fix return
This commit is contained in:
parent
a6216bdb58
commit
4bc8aef668
|
|
@ -87,7 +87,7 @@ namespace Utils {
|
||||||
struct stat buffer;
|
struct stat buffer;
|
||||||
stat(filename, &buffer);
|
stat(filename, &buffer);
|
||||||
|
|
||||||
(time_t) buffer.st_mtim.tv_sec;
|
return (time_t) buffer.st_mtim.tv_sec;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user