mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-08-09 09:38:52 +00:00
daybreak: append / to paths
This commit is contained in:
parent
733af909f9
commit
f04b3286bb
1 changed files with 1 additions and 1 deletions
|
@ -669,7 +669,7 @@ namespace dbk {
|
||||||
|
|
||||||
/* Determine the selected path. */
|
/* Determine the selected path. */
|
||||||
char current_path[FS_MAX_PATH] = {};
|
char current_path[FS_MAX_PATH] = {};
|
||||||
snprintf(current_path, sizeof(current_path)-1, "%s%s", m_root, entry.name);
|
snprintf(current_path, sizeof(current_path)-1, "%s%s/", m_root, entry.name);
|
||||||
|
|
||||||
/* Determine if the chosen path is the bottom level. */
|
/* Determine if the chosen path is the bottom level. */
|
||||||
Result rc = 0;
|
Result rc = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue