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);
|
||||
}
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2024.04.03.161444"
|
||||
#define Xorriso_timestamP "2024.04.19.105210"
|
||||
|
Reference in New Issue
Block a user