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

Fix comment added to created sbbsecho.ini file:

The revision is of sbbsecho_upgrade.js, not the "exec_file" (update.js).
parent 51c3e74b
No related branches found
No related tags found
No related merge requests found
......@@ -135,7 +135,7 @@ if(!file.open("w")) {
exit();
}
file.writeln("; Converted from " + cfgfile + " using " + js.exec_file + " " + REVISION);
file.writeln("; Converted from " + cfgfile + " using sbbsecho_upgrade.js " + REVISION);
file.writeln("CheckPathsForDupes = " + !Boolean(bool_opts["nopathcheck"])), delete bool_opts["nopathcheck"];
delete bool_opts["nocircularfwd"];
file.writeln("KillEmptyNetmail = " + Boolean(bool_opts["kill_empty"])), delete bool_opts["kill_empty"];
......
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