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

Fix typo in output: that's attr.cfg -> attr.ini, not file.cfg -> file.ini

As reported by Keyop
parent e995ce20
No related branches found
No related tags found
1 merge request!455Update branch with changes from master
......@@ -234,7 +234,7 @@ if(!upgraded)
js.exec("upgrade_to_v320.js", {});
if(file_date(system.ctrl_dir + "attr.cfg") > file_date(system.ctrl_dir + "attr.ini")) {
print("file.cfg -> file.ini");
print("attr.cfg -> attr.ini");
var f = new File(system.ctrl_dir + "attr.cfg");
if(!f.open("r"))
alert("Error " + f.error + " opening " + f.name);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment