Added newline character to output of -errfile_log plain -I
This commit is contained in:
parent
beb7e97c3b
commit
5b1ee6d286
@ -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);
|
||||
}
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2011.05.05.121957"
|
||||
#define Xorriso_timestamP "2011.05.05.122855"
|
||||
|
Loading…
Reference in New Issue
Block a user