Fix text_sec issues on add file
1 unresolved thread
1 unresolved thread
Update text_sec.js - don't ask for description if file does not exist, don't permanently change file path if file doesn't exist (let user correct the path on next add attempt)
Edited by Kayz
Merge request reports
Activity
129 129 console.print(format(bbs.text(AddTextFilePath) 130 130 ,system.data_dir, usrsec[cursec].code.toLowerCase())); 131 131 var path = console.getstr(path, 128, K_EDIT|K_LINE|K_TRIM); 132 var path2; changed this line in version 2 of the diff
Please register or sign in to reply