From 63a0f7a6379ab1ccce0966aa64caa2e6f5dc51e4 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 18 Feb 2020 02:42:41 +0100 Subject: [PATCH] Get rid of fill_pathname_slash here --- file_path_special.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/file_path_special.c b/file_path_special.c index b0978a9a27..abac611811 100644 --- a/file_path_special.c +++ b/file_path_special.c @@ -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);