Bug fix: iso_file_get_old_image_lba() returned 0 in case of valid lba.
This commit is contained in:
parent
593844b0ed
commit
dfd74d3d04
@ -1131,7 +1131,7 @@ int iso_file_get_old_image_lba(IsoFile *file, uint32_t *lba, int flag)
|
||||
}
|
||||
*lba = sections[0].block;
|
||||
free(sections);
|
||||
return 0;
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user