Skip to content
Snippets Groups Projects
Commit 75bc6e4e authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Another impossibug fixed.

parent 18808504
No related branches found
No related tags found
1 merge request!488Overhaul LZH code
Pipeline #7469 failed
......@@ -1115,9 +1115,11 @@ edit_name(char *itemname, struct bbslist **list, str_list_t inifile, bool edit_t
check_exit(false);
}
else {
if (itemname) {
if (!edit_to_add)
iniRenameSection(&inifile, itemname, tmp);
strcpy(itemname, tmp);
}
return true;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment