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

Remove legacy pointer (.snl) file after saving pointers to .ini file.

parent 6473d01b
No related branches found
No related tags found
No related merge requests found
......@@ -877,6 +877,8 @@ for(i in area) {
ini_file.iniSetValue("NewsLink", "export_ptr", export_ptr);
ini_file.iniSetValue("NewsLink", "import_ptr", import_ptr);
ini_file.close();
if(file_exists(ptr_fname))
file_remove(ptr_fname);
}
delete ini_file;
msgbase.close();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment