--- hatari/src/gui-sdl/dlgNewDisk.c 2019/04/01 07:15:40 1.1.1.3 +++ hatari/src/gui-sdl/dlgNewDisk.c 2019/04/09 08:47:27 1.1.1.4 @@ -4,7 +4,7 @@ This file is distributed under the GNU Public License, version 2 or at your option any later version. Read the file gpl.txt for details. */ -const char DlgNewDisk_rcsid[] = "Hatari $Id: dlgNewDisk.c,v 1.1.1.3 2019/04/01 07:15:40 root Exp $"; +const char DlgNewDisk_fileid[] = "Hatari dlgNewDisk.c : " __DATE__ " " __TIME__; #include "main.h" #include "configuration.h" @@ -85,7 +85,7 @@ void DlgNewDisk_Main(void) sprintf(szTracks, "%i", nTracks); break; case DLGNEWDISK_SAVE: - tmpname = SDLGui_FileSelect(szNewDiskName, NULL, TRUE); + tmpname = SDLGui_FileSelect(szNewDiskName, NULL, true); if (tmpname) { /* (potentially non-existing) filename? */