Skip to content

Commit 4e30be2

Browse files
committed
Resync
1 parent ddfaf24 commit 4e30be2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

file/file_path.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1480,7 +1480,7 @@ void fill_pathname_application_dir(char *s, size_t len)
14801480
strlcpy(s, uwp_dir_install, len);
14811481
#else
14821482
fill_pathname_application_path(s, len);
1483-
path_basedir_wrapper(s);
1483+
path_basedir(s);
14841484
#endif
14851485
}
14861486

0 commit comments

Comments
 (0)