mirror of
https://github.com/FDOS/kernel.git
synced 2025-09-24 02:17:45 +02:00
from Lucho, there is no any key, don't ask the user to press it
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@1378 6ac86273-5f31-0410-b378-82cca8765d1b
This commit is contained in:
parent
da25cd58b4
commit
d41599e2cc
@ -216,7 +216,7 @@ STATIC WORD play_dj(ddt * pddt)
|
|||||||
put_string("Insert");
|
put_string("Insert");
|
||||||
template_string[DRIVE_POS] = 'A' + pddt->ddt_logdriveno;
|
template_string[DRIVE_POS] = 'A' + pddt->ddt_logdriveno;
|
||||||
put_string(template_string + 6);
|
put_string(template_string + 6);
|
||||||
put_string("Press the any key to continue ... \n");
|
put_string("Press any key to continue ... \n");
|
||||||
fl_readkey();
|
fl_readkey();
|
||||||
}
|
}
|
||||||
pddt2->ddt_descflags &= ~DF_CURLOG;
|
pddt2->ddt_descflags &= ~DF_CURLOG;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user