From cdfc3570649b8506cfed05bcd924e27ffc5994f4 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Wed, 13 Jan 2010 17:14:14 +0000 Subject: [PATCH] Carified that apps must use 64 bit off_t or the lib must be tweaked. --- cdrskin/cdrskin_timestamp.h | 2 +- libburn/libburn.h | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/cdrskin/cdrskin_timestamp.h b/cdrskin/cdrskin_timestamp.h index 48f2a57..265a71c 100644 --- a/cdrskin/cdrskin_timestamp.h +++ b/cdrskin/cdrskin_timestamp.h @@ -1 +1 @@ -#define Cdrskin_timestamP "2010.01.13.074640" +#define Cdrskin_timestamP "2010.01.13.171546" diff --git a/libburn/libburn.h b/libburn/libburn.h index 76084d2..cfed2a7 100644 --- a/libburn/libburn.h +++ b/libburn/libburn.h @@ -9,8 +9,10 @@ Applications must use 64 bit off_t. E.g. by defining #define _LARGEFILE_SOURCE #define _FILE_OFFSET_BITS 64 or take special precautions to interface with the library by 64 bit integers -where this .h files prescribe off_t. Not to use 64 bit file i/o will keep the -application from producing and processing ISO images of more than 2 GB size. +where this .h files prescribe off_t. + +To prevent 64 bit file i/o in the library would keep the application from +producing and processing ISO images of more than 2 GB size. */ #include