Bug fix about stdio:<charcter device>

This commit is contained in:
Thomas Schmitt 2007-09-07 23:47:07 +00:00
parent 386149d5bf
commit 1f7a6575bc
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2007.09.07.234122"
#define Cdrskin_timestamP "2007.09.07.234704"

View File

@ -1102,7 +1102,7 @@ int burn_drive_grab_dummy(struct burn_drive_info *drive_infos[], char *fname)
} else if(S_ISREG(stbuf.st_mode) || S_ISBLK(stbuf.st_mode)) {
/* >>> ? open for a test ? */;
} else {
libdax_msgs_submit(libdax_messenger, d->global_index,
libdax_msgs_submit(libdax_messenger, -1,
0x00020149,
LIBDAX_MSGS_SEV_SORRY, LIBDAX_MSGS_PRIO_HIGH,
"Unsuitable filetype for pseudo-drive", 0, 0);