mirror of
https://github.com/pissnet/pissircd.git
synced 2025-07-28 05:52:24 +01:00
...
This commit is contained in:
parent
f8a13c22b2
commit
6016b57f1d
1 changed files with 1 additions and 1 deletions
|
@ -1822,7 +1822,7 @@ time_t unreal_getfilemodtime(char *filename)
|
|||
struct stat sb;
|
||||
if (stat(filename, &sb))
|
||||
return 0;
|
||||
return sb.st_ctime;
|
||||
return sb.st_mtime;
|
||||
#else
|
||||
/* See how much more fun WinAPI programming is??? */
|
||||
FILETIME cTime;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue