Added forgotten return 0 to an error case

This commit is contained in:
Thomas Schmitt 2007-09-10 11:00:16 +00:00
parent c70a78c477
commit 4b4f141fcc
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2007.09.09.182827"
#define Cdrskin_timestamP "2007.09.10.110050"

View File

@ -1115,6 +1115,7 @@ int burn_drive_grab_dummy(struct burn_drive_info *drive_infos[], char *fname)
LIBDAX_MSGS_SEV_SORRY, LIBDAX_MSGS_PRIO_HIGH,
"Failed to open device (a pseudo-drive)",
errno, 0);
return 0;
}
} else {
libdax_msgs_submit(libdax_messenger, -1,