This commit is contained in:
twinaphex 2015-02-01 13:32:24 +01:00
parent e67a8391a1
commit 92ca6d8982

View File

@ -4543,6 +4543,7 @@ static void menu_action_setting_disp_set_label_menu_file_subgroup(
const char *path,
char *path_buf, size_t path_buf_size)
{
*type_str = '\0';
*w = strlen(type_str);
strlcpy(path_buf, path, path_buf_size);
}