Fix bug in make_isohybrid_mbr().
This commit is contained in:
parent
7e97a45b20
commit
cb3a879baf
@ -98,7 +98,7 @@ int make_isohybrid_mbr(int bin_lba, int *img_blocks, char *mbr, int flag)
|
|||||||
84: Gets size of image in bytes.
|
84: Gets size of image in bytes.
|
||||||
89:
|
89:
|
||||||
*/
|
*/
|
||||||
imgsize = ((off_t) img_blocks) * (off_t) 2048;
|
imgsize = ((off_t) *img_blocks) * (off_t) 2048;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
90: Computes $padding, size of padded image and number $c of
|
90: Computes $padding, size of padded image and number $c of
|
||||||
|
Loading…
Reference in New Issue
Block a user