mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
Get rid of fill_pathname_slash here
This commit is contained in:
parent
49b908e3c6
commit
63a0f7a637
@ -318,9 +318,6 @@ void fill_pathname_application_special(char *s,
|
|||||||
fill_pathname_application_special(s1,
|
fill_pathname_application_special(s1,
|
||||||
PATH_MAX_LENGTH * sizeof(char),
|
PATH_MAX_LENGTH * sizeof(char),
|
||||||
APPLICATION_SPECIAL_DIRECTORY_ASSETS_MATERIALUI);
|
APPLICATION_SPECIAL_DIRECTORY_ASSETS_MATERIALUI);
|
||||||
fill_pathname_slash(s1,
|
|
||||||
PATH_MAX_LENGTH * sizeof(char)
|
|
||||||
);
|
|
||||||
strlcpy(s, s1, len);
|
strlcpy(s, s1, len);
|
||||||
|
|
||||||
free(s1);
|
free(s1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user