Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 97 → Rev 98

/files/floppy/install.com
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/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);