Added a blank to xorriso Preparer Id string
This commit is contained in:
parent
6f2aac75ce
commit
68dc026cf9
@ -503,7 +503,7 @@ int Xorriso_preparer_string(struct XorrisO *xorriso, char xorriso_id[129],
|
|||||||
int major, minor, micro;
|
int major, minor, micro;
|
||||||
|
|
||||||
xorriso_id[0]= 0;
|
xorriso_id[0]= 0;
|
||||||
sprintf(xorriso_id, "XORRISO-%d.%d.%d",
|
sprintf(xorriso_id, "XORRISO-%d.%d.%d ",
|
||||||
Xorriso_header_version_majoR, Xorriso_header_version_minoR,
|
Xorriso_header_version_majoR, Xorriso_header_version_minoR,
|
||||||
Xorriso_header_version_micrO);
|
Xorriso_header_version_micrO);
|
||||||
if(strlen(xorriso_id) + strlen(Xorriso_timestamP) < 128)
|
if(strlen(xorriso_id) + strlen(Xorriso_timestamP) < 128)
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Xorriso_timestamP "2010.10.02.121147"
|
#define Xorriso_timestamP "2010.10.02.150240"
|
||||||
|
Loading…
Reference in New Issue
Block a user