mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-08-07 16:48:58 +00:00
fs: fix GetFileTimeStampRawForDebug
This commit is contained in:
parent
b9d2e3ac24
commit
96b07461c2
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ namespace ams::fs {
|
||||||
}
|
}
|
||||||
|
|
||||||
Result GetFileTimeStampRawForDebug(FileTimeStampRaw *out, const char *path) {
|
Result GetFileTimeStampRawForDebug(FileTimeStampRaw *out, const char *path) {
|
||||||
AMS_FS_R_TRY(GetFileTimeStampRawForDebug(out, path));
|
AMS_FS_R_TRY(impl::GetFileTimeStampRawForDebug(out, path));
|
||||||
return ResultSuccess();
|
return ResultSuccess();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue