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

Add BBS entry descriptions as a Comment key values to exported syncterm.lst

parent 8c963b6a
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
...@@ -757,6 +757,8 @@ function syncterm_list(list, dir) ...@@ -757,6 +757,8 @@ function syncterm_list(list, dir)
,list[i].service[j].description.indexOf("80") >= 0 ? "C128-80col" : "C64")); ,list[i].service[j].description.indexOf("80") >= 0 ? "C128-80col" : "C64"));
f.writeln("\tNoStatus=true"); f.writeln("\tNoStatus=true");
} }
if(j == 0 && list[i].description)
f.writeln("\tComment=" + list[i].description.join(' '));
f.writeln(); f.writeln();
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment