Corrected a bug introduced with rev 5240

master
Thomas Schmitt 10 years ago
parent 6d2061fd5f
commit 5649f61c7c

@ -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…
Cancel
Save