From ee721a3b695efe8cd2bc3c0ad6bd6c2d00f3a03a Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Tue, 29 Jan 2008 21:39:15 +0000 Subject: [PATCH] Corrected description of major.minor.micro definition in libburn.h of version 0.4.2 --- libburn/libburn.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libburn/libburn.h b/libburn/libburn.h index cb3e8e6..0d85dbd 100644 --- a/libburn/libburn.h +++ b/libburn/libburn.h @@ -2050,9 +2050,7 @@ void burn_version(int *major, int *minor, int *micro); /** These three release version numbers tell the revision of this header file and of the API it describes. They are memorized by applications at build time. - An application of libburn can easily memorize the version of the - libisofs.h header in its own code. Immediately after burn_initialize() - it should do this check: + Immediately after burn_initialize() an application should do this check: burn_version(&major, &minor, µ); if(major > burn_header_version_major || (major == burn_header_version_major