1
0
Fork 0

Merge branch 'svn/trunk' r4284

This commit is contained in:
Patryk Obara 2019-11-12 16:13:13 +01:00
commit 43170ff1c2
2 changed files with 7 additions and 6 deletions

View file

@ -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;