Fix screen output for Externutil run

This commit is contained in:
Stas Degteff 2005-09-25 17:43:25 +00:00
parent 483c6a38da
commit 5887a906ba

View File

@ -312,7 +312,7 @@ int ShellToDos(char* command, char* message, int cls, int cursor, int pause) {
#endif
// Return cursor into 1st column
puts("");
if(cls) puts("");
// Write message on screen
if(*message)
puts(message);