Changed debug message which called "stdio:" addresses enumerable
This commit is contained in:
parent
3186c748d5
commit
5260f9bd4b
@ -1 +1 @@
|
|||||||
#define Cdrskin_timestamP "2011.10.10.125950"
|
#define Cdrskin_timestamP "2011.10.10.130029"
|
||||||
|
@ -2120,8 +2120,9 @@ int burn_drive_convert_fs_adr_sub(char *path, char adr[], int *rec_count)
|
|||||||
burn_drive_is_enumerable_adr(path)) {
|
burn_drive_is_enumerable_adr(path)) {
|
||||||
if(strlen(path) >= BURN_DRIVE_ADR_LEN)
|
if(strlen(path) >= BURN_DRIVE_ADR_LEN)
|
||||||
return -1;
|
return -1;
|
||||||
burn_drive_adr_debug_msg(
|
if (strncmp(path, "stdio:", 6) != 0)
|
||||||
"burn_drive_is_enumerable_adr( %s ) is true", path);
|
burn_drive_adr_debug_msg(
|
||||||
|
"burn_drive_is_enumerable_adr( %s ) is true", path);
|
||||||
strcpy(adr, path);
|
strcpy(adr, path);
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user