corrections
This commit is contained in:
parent
99e11f83b6
commit
4089fd6594
|
@ -54,7 +54,7 @@ void DivExportGRUB::run() {
|
|||
return;
|
||||
}
|
||||
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;
|
||||
|
|
|
@ -54,7 +54,7 @@ void DivExportiPod::run() {
|
|||
return;
|
||||
}
|
||||
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;
|
||||
|
|
|
@ -34,8 +34,8 @@ const char* aboutLine[]={
|
|||
"",
|
||||
_N("-- program --"),
|
||||
"tildearrow",
|
||||
"AArt1256",
|
||||
_N("A M 4 N (intro tune)"),
|
||||
"AArt1256",
|
||||
"Adam Lederer",
|
||||
"akumanatt",
|
||||
"asiekierka",
|
||||
|
|
Loading…
Reference in a new issue