Get rid of fill_pathname_slash here

This commit is contained in:
twinaphex 2020-02-18 02:42:41 +01:00
parent 49b908e3c6
commit 63a0f7a637

View File

@ -318,9 +318,6 @@ void fill_pathname_application_special(char *s,
fill_pathname_application_special(s1,
PATH_MAX_LENGTH * sizeof(char),
APPLICATION_SPECIAL_DIRECTORY_ASSETS_MATERIALUI);
fill_pathname_slash(s1,
PATH_MAX_LENGTH * sizeof(char)
);
strlcpy(s, s1, len);
free(s1);