Small correction of commit 646d15a
This commit is contained in:
@ -137,7 +137,7 @@ int isoburn_get_attached_start_lba(struct burn_drive *d)
|
||||
off_t ret;
|
||||
|
||||
ret= isoburn_get_attached_start_lba_v2(d);
|
||||
if(ret >= 0 && ret < 0x7fffffff)
|
||||
if(ret >= 0 && ret <= 0x7fffffff)
|
||||
return((int) ret);
|
||||
return(-1);
|
||||
}
|
||||
|
Reference in New Issue
Block a user