Merge branch 'master' of https://github.com/86Box/86Box
This commit is contained in:
@@ -445,6 +445,7 @@ mvhd_file_is_vhd(FILE* f)
|
|||||||
}
|
}
|
||||||
|
|
||||||
mvhd_fseeko64(f, -MVHD_FOOTER_SIZE, SEEK_END);
|
mvhd_fseeko64(f, -MVHD_FOOTER_SIZE, SEEK_END);
|
||||||
|
(void) !fread(con_str, sizeof con_str, 1, f);
|
||||||
if (mvhd_is_conectix_str(con_str)) {
|
if (mvhd_is_conectix_str(con_str)) {
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user