Fxied the last warnings.
This commit is contained in:
@@ -3364,7 +3364,7 @@ xga_init(const device_t *info)
|
||||
|
||||
rom = malloc(xga->bios_rom.sz);
|
||||
memset(rom, 0xff, xga->bios_rom.sz);
|
||||
(void) fread(rom, xga->bios_rom.sz, 1, fp);
|
||||
(void) !fread(rom, xga->bios_rom.sz, 1, fp);
|
||||
(void) fclose(fp);
|
||||
|
||||
xga->bios_rom.rom = rom;
|
||||
|
||||
Reference in New Issue
Block a user