Corrected maximum age value for read buffer tiles
This commit is contained in:
parent
c7355e90aa
commit
1fbe8b8010
@ -60,7 +60,7 @@ struct isoburn_cached_drive {
|
|||||||
int current_age;
|
int current_age;
|
||||||
};
|
};
|
||||||
|
|
||||||
#define Libisoburn_max_agE 2000000
|
#define Libisoburn_max_agE 2000000000
|
||||||
|
|
||||||
static int ds_inc_age(struct isoburn_cached_drive *icd, int idx, int flag);
|
static int ds_inc_age(struct isoburn_cached_drive *icd, int idx, int flag);
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Xorriso_timestamP "2008.04.18.184517"
|
#define Xorriso_timestamP "2008.04.20.111054"
|
||||||
|
Loading…
Reference in New Issue
Block a user