mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-12 21:10:42 +00:00
Use portable st_mtime for modificatoin time
This commit is contained in:
@@ -294,7 +294,7 @@ namespace FileIO
|
||||
|
||||
if(res == 0)
|
||||
{
|
||||
return (uint64_t)st.st_mtim.tv_sec;
|
||||
return (uint64_t)st.st_mtime;
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user