Bug fix about stdio:<charcter device>
This commit is contained in:
parent
c6c54e3d14
commit
75b24186df
@ -1 +1 @@
|
||||
#define Cdrskin_timestamP "2007.09.07.234122"
|
||||
#define Cdrskin_timestamP "2007.09.07.234704"
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user