Adjusted -pvd_info to the peculiarities of -volid
This commit is contained in:
parent
77ecc09184
commit
256091d944
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2009.10.05.172143"
|
||||
#define Xorriso_timestamP "2009.10.05.183619"
|
||||
|
@ -12887,7 +12887,7 @@ int Xorriso_pvd_info(struct XorrisO *xorriso, int flag)
|
||||
}
|
||||
sprintf(msg, "System Id : %s\n", un0(iso_image_get_system_id(image)));
|
||||
Xorriso_result(xorriso,0);
|
||||
sprintf(msg, "Volume Id : %s\n", xorriso->volid);
|
||||
sprintf(msg, "Volume Id : %s\n", un0(iso_image_get_volume_id(image)));
|
||||
Xorriso_result(xorriso,0);
|
||||
sprintf(msg, "Volume Set Id: %s\n", un0(iso_image_get_volset_id(image)));
|
||||
Xorriso_result(xorriso,0);
|
||||
|
Loading…
Reference in New Issue
Block a user