Use TellEm instead of dialog_msgbox

This commit is contained in:
Andrey A. Chernov 1994-11-15 12:15:51 +00:00
parent 041c2641f1
commit f7b5cb4380
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4494

View File

@ -175,8 +175,7 @@ clear_mbr(struct mbr *mbr, char *bootcode)
* then clobber any existing bootcode.
*/
sprintf(scratch, "\nLoading MBR code from %s\n", bootcode);
dialog_msgbox(TITLE, scratch, 5, 60, 0);
TellEm("Loading MBR code from %s", bootcode);
fd = open(bootcode, O_RDONLY);
if (fd < 0) {
sprintf(errmsg, "Couldn't open boot file %s\n", bootcode);