mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-02 15:49:48 -04:00
More main fixes
This commit is contained in:
parent
741d0f8116
commit
0169e3e3d6
2 changed files with 38 additions and 9 deletions
|
@ -640,7 +640,7 @@ namespace sts::ncm {
|
|||
|
||||
this->placeholder_accessor.GetPlaceHolderPathUncached(placeholder_path, placeholder_id);
|
||||
if (stat(placeholder_path, &st) == -1) {
|
||||
return fsdevGetLastResult();;
|
||||
return fsdevGetLastResult();
|
||||
}
|
||||
|
||||
out_size.SetValue(st.st_size);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue