corrections
This commit is contained in:
parent
99e11f83b6
commit
4089fd6594
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue