mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-04 00:28:51 -04:00
Fixed content path generation
This commit is contained in:
parent
ebc619fe56
commit
7a81ca9441
2 changed files with 3 additions and 3 deletions
|
@ -272,7 +272,7 @@ namespace sts::ncm {
|
|||
std::abort();
|
||||
}
|
||||
|
||||
snprintf(out_common_path, out_len, "%s:/%s", common_mount_name, translated_path);
|
||||
snprintf(out_common_path, out_len, "%s:%s", common_mount_name, translated_path);
|
||||
return ResultSuccess;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue