Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 97 → Rev 98

/install/install.c
546,7 → 546,7
} else {
snprintf(buff2, sizeof(buff2), "KEYBRD%d.SYS", locales->keybfile);
}
if (locales->keybid > 0) {
if (locales->keybid == 0) {
buff3[0] = 0;
} else {
snprintf(buff3, sizeof(buff3), " /ID:%d", locales->keybid);