Corrected a bug introduced with rev 5240
This commit is contained in:
parent
6439f982b0
commit
ce8ba27a2f
@ -350,7 +350,7 @@ int Xorriso_pvd_info(struct XorrisO *xorriso, int flag)
|
||||
|
||||
ret= iso_image_get_pvd_times(image, &crt, &mdt, &ext, &eft);
|
||||
if(ret != ISO_SUCCESS)
|
||||
crt= mdt= ext= eft= "";
|
||||
crt= mdt= ext= eft= " "; /* Need 17 bytes. Last byte 0. */
|
||||
Xorriso_report_pvd_time(xorriso, "Creation Time:", crt, 0);
|
||||
Xorriso_report_pvd_time(xorriso, "Modif. Time :", mdt, 0);
|
||||
Xorriso_report_pvd_time(xorriso, "Expir. Time :", ext, 0);
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2014.02.10.104827"
|
||||
#define Xorriso_timestamP "2014.02.13.154003"
|
||||
|
Loading…
Reference in New Issue
Block a user