Bug fix: -report_about higher than NOTE did not report at all
This commit is contained in:
parent
20dec92aab
commit
40af376f57
@ -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);
|
||||||
}
|
}
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Xorriso_timestamP "2008.02.16.211549"
|
#define Xorriso_timestamP "2008.02.18.210343"
|
||||||
|
Loading…
Reference in New Issue
Block a user