Bug fix: -report_about higher than NOTE did not report at all

This commit is contained in:
Thomas Schmitt 2008-02-18 21:04:55 +00:00
parent 20dec92aab
commit 40af376f57
2 changed files with 3 additions and 3 deletions

View File

@ -4742,11 +4742,11 @@ int Xorriso_msgs_submit(struct XorrisO *xorriso,
} }
xorriso->info_text[li+lt]= '\n'; xorriso->info_text[li+lt]= '\n';
xorriso->info_text[li+lt+1]= 0; xorriso->info_text[li+lt+1]= 0;
Xorriso_info(xorriso,flag&3); Xorriso_info(xorriso,4|(flag&3));
if(os_errno>0) { if(os_errno>0) {
sprintf(xorriso->info_text, "%ssys : %s\n", sprintf(xorriso->info_text, "%ssys : %s\n",
pfx_list[(flag>>2)&15], strerror(os_errno)); pfx_list[(flag>>2)&15], strerror(os_errno));
Xorriso_info(xorriso,flag&3); Xorriso_info(xorriso,4|(flag&3));
} }
return(1); return(1);
} }

View File

@ -1 +1 @@
#define Xorriso_timestamP "2008.02.16.211549" #define Xorriso_timestamP "2008.02.18.210343"