From 11b8998bd3ee481fa8bbe0c57d90f07f68373198 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Thu, 14 Jan 2010 14:09:30 +0000 Subject: [PATCH] Carified in libburner.c that apps must use 64 bit off_t. --- libburn/trunk/test/libburner.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libburn/trunk/test/libburner.c b/libburn/trunk/test/libburner.c index bec6d344..ba56bdb7 100644 --- a/libburn/trunk/test/libburner.c +++ b/libburn/trunk/test/libburner.c @@ -43,7 +43,7 @@ #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. + where libburn/libburn.h prescribes off_t. This program gets fed with appropriate settings externally by libburn's autotools generated build system. */