Corrected missing linefeed in message of command -mkdir

master
Thomas Schmitt 12 years ago
parent fa1ce420a8
commit 20afcce743

@ -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;

@ -1 +1 @@
#define Xorriso_timestamP "2012.03.05.204946"
#define Xorriso_timestamP "2012.03.09.190043"

Loading…
Cancel
Save