Added a comment
This commit is contained in:
parent
84cbbc4a57
commit
005627b330
@ -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)
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2012.03.03.211636"
|
||||
#define Xorriso_timestamP "2012.03.04.094824"
|
||||
|
Loading…
Reference in New Issue
Block a user