Skip to content
Snippets Groups Projects
Commit ea981bf1 authored by rswindell's avatar rswindell
Browse files

Save the path of the file added.

parent a7e81917
Branches
Tags
No related merge requests found
......@@ -131,7 +131,7 @@ while(bbs.online) {
var desc = console.getstr(file_getname(path), 70, K_EDIT|K_LINE);
if(!desc || console.aborted)
break;
list.splice(i, 0, { name: file_getname(path), desc: desc });
list.splice(i, 0, { name: file_getname(path), desc: desc, path: path });
write_list(usrsec[cursec], list);
break;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment