mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2024-11-09 22:56:35 +00:00
fs: fix GetFileTimeStampRawForDebug
This commit is contained in:
parent
97875c7d2f
commit
c7e4f963e8
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ namespace ams::fs {
|
|||
}
|
||||
|
||||
Result GetFileTimeStampRawForDebug(FileTimeStampRaw *out, const char *path) {
|
||||
AMS_FS_R_TRY(GetFileTimeStampRawForDebug(out, path));
|
||||
AMS_FS_R_TRY(impl::GetFileTimeStampRawForDebug(out, path));
|
||||
return ResultSuccess();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue