mirror of
https://github.com/86Box/86Box.git
synced 2025-01-23 17:52:01 -05:00
Fixed another compile-breaking mistake.
This commit is contained in:
parent
bd4d8f34ec
commit
ad0f4215a1
1 changed files with 1 additions and 1 deletions
|
@ -307,7 +307,7 @@ void img_load(int drive, char *fn)
|
|||
fseek(img[drive].f, 0x1A, SEEK_SET);
|
||||
bpb_sides = fgetc(img[drive].f);
|
||||
|
||||
base = 0;
|
||||
img[drive].base = 0;
|
||||
fdi = 0;
|
||||
|
||||
fseek(img[drive].f, -1, SEEK_END);
|
||||
|
|
Loading…
Add table
Reference in a new issue