Corrected maximum age value for read buffer tiles

This commit is contained in:
Thomas Schmitt 2008-04-20 11:11:42 +00:00
parent c7355e90aa
commit 1fbe8b8010
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -1 +1 @@
#define Xorriso_timestamP "2008.04.18.184517"
#define Xorriso_timestamP "2008.04.20.111054"