Corrected maximum age value for read buffer tiles
This commit is contained in:
parent
f8c0cfd7f3
commit
6faaafc24e
@ -60,7 +60,7 @@ struct isoburn_cached_drive {
|
||||
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);
|
||||
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2008.04.18.184517"
|
||||
#define Xorriso_timestamP "2008.04.20.111054"
|
||||
|
Loading…
Reference in New Issue
Block a user