Corrected a flaw found by George Danchev with cpp
This commit is contained in:
parent
9f5e967bdf
commit
a8e54b86d7
@ -1 +1 @@
|
||||
#define Cdrskin_timestamP "2011.02.23.195650"
|
||||
#define Cdrskin_timestamP "2011.02.24.191718"
|
||||
|
@ -355,7 +355,7 @@ void burn_disc_erase(struct burn_drive *drive, int fast)
|
||||
/* a ssert(!find_worker(drive)); */
|
||||
|
||||
if((drive == NULL)) {
|
||||
libdax_msgs_submit(libdax_messenger, drive->global_index,
|
||||
libdax_msgs_submit(libdax_messenger, -1,
|
||||
0x00020104,
|
||||
LIBDAX_MSGS_SEV_SORRY, LIBDAX_MSGS_PRIO_HIGH,
|
||||
"NULL pointer caught in burn_disc_erase", 0, 0);
|
||||
|
Loading…
Reference in New Issue
Block a user