Added a comment

This commit is contained in:
Thomas Schmitt 2012-03-04 09:48:04 +00:00
parent 84cbbc4a57
commit 005627b330
2 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,7 @@
/* xorriso - creates, loads, manipulates and burns ISO 9660 filesystem images.
Copyright 2007-2010 Thomas Schmitt, <scdbackup@gmx.net>
Copyright 2007-2012 Thomas Schmitt, <scdbackup@gmx.net>
Provided under GPL version 2 or later.
@ -872,6 +872,8 @@ int Xorriso_get_volume(struct XorrisO *xorriso, IsoImage **volume,
}
/* @param flag bit0= do not return 1 on volset_change_pending != 1
*/
int Xorriso_change_is_pending(struct XorrisO *xorriso, int flag)
{
if(flag & 1)

View File

@ -1 +1 @@
#define Xorriso_timestamP "2012.03.03.211636"
#define Xorriso_timestamP "2012.03.04.094824"