Skip to content
Snippets Groups Projects
Commit 9090af16 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 e5130613
Branches
Tags
No related merge requests found
......@@ -265,6 +265,7 @@ for(var i in cnf.txtsec) {
}
delete cnf.txtsec;
cnf.min_dspace = format("%uK", cnf.min_dspace);
cnf.settings = format("0x%lx", cnf.settings);
ini.iniSetObject(null, cnf);
ini.close();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment