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

Add a TODO comment

parent 62227316
Branches
Tags
No related merge requests found
...@@ -1125,6 +1125,7 @@ edit_name(char *itemname, struct bbslist **list, str_list_t inifile, bool edit_t ...@@ -1125,6 +1125,7 @@ edit_name(char *itemname, struct bbslist **list, str_list_t inifile, bool edit_t
} }
else { else {
if (itemname) { if (itemname) {
// TODO: Rename cache
if (!edit_to_add) if (!edit_to_add)
iniRenameSection(&inifile, itemname, tmp); iniRenameSection(&inifile, itemname, tmp);
strcpy(itemname, tmp); strcpy(itemname, tmp);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment