Skip to content
Snippets Groups Projects
Commit ef1381e7 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Insure that the file.ini min_dspace value has been migrated in kilobytes

parent 1839143b
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
...@@ -265,6 +265,7 @@ for(var i in cnf.txtsec) { ...@@ -265,6 +265,7 @@ for(var i in cnf.txtsec) {
} }
delete cnf.txtsec; delete cnf.txtsec;
cnf.min_dspace = format("%uK", cnf.min_dspace);
cnf.settings = format("0x%lx", cnf.settings); cnf.settings = format("0x%lx", cnf.settings);
ini.iniSetObject(null, cnf); ini.iniSetObject(null, cnf);
ini.close(); ini.close();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment