Fixed a bug about read displacement introduced with rev 3490
This commit is contained in:
parent
dd5cd516d7
commit
47abe01d2e
@ -201,6 +201,7 @@ create_blank_image:;
|
||||
if(read_opts->displacement_sign == -1) {
|
||||
if(ms_block+ read_opts->displacement < ms_block) {
|
||||
displacement_rollover:;
|
||||
sprintf(msg, "Displacement offset leads outside 32 bit range.");
|
||||
isoburn_msgs_submit(o, 0x00060000, msg, 0, "FAILURE", 0);
|
||||
return 0;
|
||||
}
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2010.12.02.111029"
|
||||
#define Xorriso_timestamP "2010.12.04.174311"
|
||||
|
Loading…
Reference in New Issue
Block a user