From 1fbe8b80108ff821a52353d2f63867c1fbbd4b81 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Sun, 20 Apr 2008 11:11:42 +0000 Subject: [PATCH] Corrected maximum age value for read buffer tiles --- libisoburn/data_source.c | 2 +- xorriso/xorriso_timestamp.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libisoburn/data_source.c b/libisoburn/data_source.c index 5e2e1ee3..540385fb 100644 --- a/libisoburn/data_source.c +++ b/libisoburn/data_source.c @@ -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); diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index bb068bee..770947b3 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2008.04.18.184517" +#define Xorriso_timestamP "2008.04.20.111054"