mirror of
https://github.com/joel16/NX-Shell.git
synced 2024-11-23 03:39:49 +00:00
Fix FS_SetArchiveBit
This commit is contained in:
parent
a79cc60c03
commit
9128aa11b5
@ -316,7 +316,7 @@ Result FS_SetArchiveBit(FsFileSystem *fs, const char *path) {
|
||||
char temp_path[FS_MAX_PATH];
|
||||
snprintf(temp_path, FS_MAX_PATH, path);
|
||||
|
||||
if (R_FAILED(ret = FS_SetArchiveBit(fs, temp_path))) {
|
||||
if (R_FAILED(ret = fsdevSetConcatenationFileAttribute(temp_path))) {
|
||||
if (config.dev_options)
|
||||
DEBUG_LOG("FS_SetArchiveBit(%s) failed: 0x%lx\n", temp_path, ret);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user