Added newline character to output of -errfile_log plain -I

This commit is contained in:
Thomas Schmitt 2011-05-05 12:28:31 +00:00
parent c1bbeff43a
commit 5b1701a5c0
2 changed files with 2 additions and 2 deletions

View File

@ -864,7 +864,7 @@ int Xorriso_process_errfile(struct XorrisO *xorriso,
sprintf(xorriso->info_text, "ERRFILE_MARK=%s %s\n",
msg_text, Ftimetxt(time(0), ttx, 1));
else
sprintf(xorriso->info_text, "ERRFILE=%s", msg_text);
sprintf(xorriso->info_text, "ERRFILE=%s\n", msg_text);
Xorriso_info(xorriso, 0);
return(1);
}

View File

@ -1 +1 @@
#define Xorriso_timestamP "2011.05.05.121957"
#define Xorriso_timestamP "2011.05.05.122855"