corrections

This commit is contained in:
tildearrow 2025-06-14 17:50:13 -05:00
parent 99e11f83b6
commit 4089fd6594
3 changed files with 3 additions and 3 deletions

View file

@ -54,7 +54,7 @@ void DivExportGRUB::run() {
return; return;
} }
if (IGNORED>0) { if (IGNORED>0) {
logAppendf("WARNING: iPod .tone export ignoring %d unsupported system%c",IGNORED,IGNORED>1?'s':' '); logAppendf("WARNING: GRUB export ignoring unsup sys count: %d",IGNORED);
} }
size_t tickCount=0; size_t tickCount=0;

View file

@ -54,7 +54,7 @@ void DivExportiPod::run() {
return; return;
} }
if (IGNORED>0) { if (IGNORED>0) {
logAppendf("WARNING: iPod .tone export ignoring %d unsupported system%c",IGNORED,IGNORED>1?'s':' '); logAppendf("WARNING: tone export ignoring unsup sys count: %d",IGNORED);
} }
size_t tickCount=0; size_t tickCount=0;

View file

@ -34,8 +34,8 @@ const char* aboutLine[]={
"", "",
_N("-- program --"), _N("-- program --"),
"tildearrow", "tildearrow",
"AArt1256",
_N("A M 4 N (intro tune)"), _N("A M 4 N (intro tune)"),
"AArt1256",
"Adam Lederer", "Adam Lederer",
"akumanatt", "akumanatt",
"asiekierka", "asiekierka",