Corrected missing linefeed in message of command -mkdir

This commit is contained in:
Thomas Schmitt 2012-03-09 19:00:21 +00:00
parent fa1ce420a8
commit 20afcce743
2 changed files with 2 additions and 1 deletions

View File

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

View File

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