mirror of
https://github.com/wiiu-env/ContentRedirectionModule.git
synced 2024-11-17 17:09:23 +01:00
Add default error value for FSMakeDirWrapper
This commit is contained in:
parent
f7358bc380
commit
3be38d6ea9
@ -190,6 +190,7 @@ FSError FSWrapper::FSMakeDirWrapper(const char *path) {
|
||||
} else if (err == ENOENT) {
|
||||
return FS_ERROR_NOT_FOUND;
|
||||
}
|
||||
return FS_ERROR_MEDIA_ERROR;
|
||||
}
|
||||
return FS_ERROR_OK;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user