--- hatari/tools/hmsa/hmsa.c 2019/04/09 08:56:05 1.1.1.9 +++ hatari/tools/hmsa/hmsa.c 2019/04/09 08:57:17 1.1.1.10 @@ -125,7 +125,7 @@ static const char* create_image(const ch } else { return "ERROR: given disk size isn't one of supported ones!\n"; } - if (CreateBlankImage_CreateFile(filename, tracks, sectors, sides)) { + if (CreateBlankImage_CreateFile(filename, tracks, sectors, sides, NULL)) { return NULL; } return "ERROR: Disk creation failed.\n";