More timely report of library messages with -check_md5
This commit is contained in:
parent
ba6b4bc974
commit
0cc33ad5da
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2009.08.24.183750"
|
||||
#define Xorriso_timestamP "2009.08.25.191217"
|
||||
|
@ -12401,6 +12401,7 @@ int Xorriso_check_md5(struct XorrisO *xorriso, void *in_node, char *path,
|
||||
goto ex;
|
||||
|
||||
/* Report outcome */
|
||||
Xorriso_process_msg_queues(xorriso,0);
|
||||
if(! iso_md5_match(node_md5, data_md5)) {
|
||||
sprintf(xorriso->result_line, "MD5 MISMATCH: ");
|
||||
Text_shellsafe(path, xorriso->result_line, 1);
|
||||
@ -12418,6 +12419,7 @@ int Xorriso_check_md5(struct XorrisO *xorriso, void *in_node, char *path,
|
||||
}
|
||||
|
||||
ex:;
|
||||
Xorriso_process_msg_queues(xorriso,0);
|
||||
Xorriso_iso_file_close(xorriso, &stream, 0);
|
||||
if(ctx != NULL)
|
||||
iso_md5_end(&ctx, data_md5);
|
||||
|
Loading…
Reference in New Issue
Block a user