From 20afcce743cec1b33468bdc7ccf6ec55ef0af051 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Fri, 9 Mar 2012 19:00:21 +0000 Subject: [PATCH] Corrected missing linefeed in message of command -mkdir --- xorriso/iso_manip.c | 1 + xorriso/xorriso_timestamp.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/xorriso/iso_manip.c b/xorriso/iso_manip.c index 9355f3e9..09d29446 100644 --- a/xorriso/iso_manip.c +++ b/xorriso/iso_manip.c @@ -1260,6 +1260,7 @@ int Xorriso_mkdir(struct XorrisO *xorriso, char *path, int flag) if(!(flag&1)) { sprintf(xorriso->info_text, "Created directory in ISO image: "); Text_shellsafe(eff_path, xorriso->info_text, 1); + strcat(xorriso->info_text, "\n"); Xorriso_info(xorriso, 0); } ret= 1; diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index 339631ea..9076847e 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2012.03.05.204946" +#define Xorriso_timestamP "2012.03.09.190043"