Moved call of isoburn_set_msgs_submit() to Xorriso_startup_libraries()

This commit is contained in:
Thomas Schmitt 2009-04-25 16:22:05 +00:00
parent f7aed1806f
commit 61e22bb9e9
2 changed files with 4 additions and 3 deletions

View File

@ -1 +1 @@
#define Xorriso_timestamP "2009.04.25.160022"
#define Xorriso_timestamP "2009.04.25.162210"

View File

@ -223,6 +223,9 @@ LIBISOBURN_MISCONFIGURATION_ = 0;
/* ??? >>> do we want united queues ? */
/* burn_set_messenger(iso_get_messenger()); */
isoburn_set_msgs_submit(Xorriso_msgs_submit_void, (void *) xorriso,
(3<<2) | 128 , 0);
sprintf(handler_prefix, "%s : ", xorriso->progname);
burn_set_signal_handling(handler_prefix, NULL, 0);
@ -584,8 +587,6 @@ int Xorriso_aquire_drive(struct XorrisO *xorriso, char *adr, int flag)
}
if(dinfo==NULL) {
isoburn_set_msgs_submit(Xorriso_msgs_submit_void, (void *) xorriso,
(3<<2) | 128 , 0);
aquire_flag= 1 | ((flag&(8|4))>>1) | ((xorriso->toc_emulation_flag & 3)<<3);
if(!(xorriso->do_aaip & 1))
aquire_flag|= 32;