mirror of
https://github.com/VARCem/MiniVHD.git
synced 2026-09-23 07:15:01 +00:00
Um... yes, fixed VHD's are supported
This commit is contained in:
@@ -452,7 +452,7 @@ MVHDMeta* mvhd_open(const char* path, bool readonly, int* err) {
|
||||
goto cleanup_bat;
|
||||
}
|
||||
|
||||
} else if (vhdm->footer.disk_type == MVHD_TYPE_FIXED) {
|
||||
} else if (vhdm->footer.disk_type != MVHD_TYPE_FIXED) {
|
||||
*err = MVHD_ERR_TYPE;
|
||||
goto cleanup_bitmap;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user