Merge branch 'svn/trunk' r4284
This commit is contained in:
commit
43170ff1c2
2 changed files with 7 additions and 6 deletions
|
@ -267,7 +267,7 @@ bool CDROM_Interface_Image::SetDevice(char* path, int forceCD)
|
|||
|
||||
// print error message on dosbox console
|
||||
char buf[MAX_LINE_LENGTH];
|
||||
snprintf(buf, MAX_LINE_LENGTH, "Could not load image file: %s\n", path);
|
||||
snprintf(buf, MAX_LINE_LENGTH, "Could not load image file: %s\r\n", path);
|
||||
Bit16u size = (Bit16u)strlen(buf);
|
||||
DOS_WriteFile(STDOUT, (Bit8u*)buf, &size);
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue