Corrected description of major.minor.micro definition in libburn.h of version 0.4.2

This commit is contained in:
Thomas Schmitt 2008-01-29 21:39:15 +00:00
parent c267889896
commit a442f7ed06

View File

@ -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 /** 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 and of the API it describes. They are memorized by applications at build
time. time.
An application of libburn can easily memorize the version of the Immediately after burn_initialize() an application should do this check:
libisofs.h header in its own code. Immediately after burn_initialize()
it should do this check:
burn_version(&major, &minor, &micro); burn_version(&major, &minor, &micro);
if(major > burn_header_version_major if(major > burn_header_version_major
|| (major == burn_header_version_major || (major == burn_header_version_major