meowwwwwwwwwwwwwwww
This commit is contained in:
parent
9aa2e44537
commit
badb8b232f
4 changed files with 54 additions and 17 deletions
|
@ -79,7 +79,7 @@ namespace {
|
|||
#ifdef _WIN32
|
||||
return static_cast<util::types::usize>(_mkgmtime(&time));
|
||||
#else
|
||||
return static_cast<util::types::usize>(timegm(&tm));
|
||||
return static_cast<util::types::usize>(timegm(&time));
|
||||
#endif
|
||||
}
|
||||
} // namespace
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue