Merge pull request #1640 from 86Box/master

Brought the branch up to par with master.
This commit is contained in:
Miran Grča
2021-09-01 15:03:15 +02:00
committed by GitHub
55 changed files with 5492 additions and 339 deletions

View File

@@ -361,7 +361,7 @@ mo_load(mo_t *dev, char *fn)
}
fseek(dev->drv->f, 0, SEEK_END);
size = (uint32_t) ftello64(dev->drv->f);
size = (uint32_t) ftell(dev->drv->f);
if (is_mdi) {
/* This is a MDI image. */