mirror of
https://github.com/Atmosphere-NX/Atmosphere-libs.git
synced 2025-06-27 13:32:43 +02:00
fs: fix GetFileTimeStampRawForDebug
This commit is contained in:
parent
65a37c60cc
commit
60777c5b0d
@ -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 New Issue
Block a user