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