Fix an incorrect cast.
Submitted by: Andriy Gapon MFC-after: 3 days.
This commit is contained in:
parent
6087df9e8b
commit
a4d629e32d
@ -1153,7 +1153,7 @@ udf_bmap_internal(struct udf_node *node, off_t offset, daddr_t *sector,
|
||||
printf("File offset out of bounds\n");
|
||||
return (EINVAL);
|
||||
}
|
||||
icb = GETICB(long_ad, fentry,
|
||||
icb = GETICB(short_ad, fentry,
|
||||
le32toh(fentry->l_ea) + ad_offset);
|
||||
icblen = GETICBLEN(short_ad, icb);
|
||||
ad_num++;
|
||||
|
Loading…
x
Reference in New Issue
Block a user