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