fix warning to not include garbage chars

git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/branches/UNSTABLE@1088 6ac86273-5f31-0410-b378-82cca8765d1b
This commit is contained in:
Kenneth J Davis 2005-01-07 21:03:00 +00:00
parent 3d60c864e2
commit babd516db4

View File

@ -1325,7 +1325,7 @@ void put_boot(SYSOptions *opts)
{
/* load segment hard coded to 0x70 in oem compatible boot sector */
if (opts->kernel.loadseg != 0x70)
printf("%s: Warning: ignoring load segment, compat bs always uses 0x70!\n");
printf("%s: Warning! ignoring load segment, compat bs always uses 0x70!\n", pgm);
bsBiosMovOff = 0x4F;
}
}