Fixed bug with dev=1,1,0 (ticket 75)
This commit is contained in:
parent
a0b5f33654
commit
4b9c45e86d
@ -2576,7 +2576,7 @@ int Cdrskin_driveno_of_location(struct CdrskiN *skin, char *devicename,
|
||||
for(i=0;i<skin->n_drives;i++) {
|
||||
|
||||
#ifdef Cdrskin_libburn_has_drive_get_adR
|
||||
ret= burn_drive_get_adr(&(skin->drives[skin->driveno]), adr);
|
||||
ret= burn_drive_get_adr(&(skin->drives[i]), adr);
|
||||
if(ret<=0)
|
||||
continue;
|
||||
#else
|
||||
|
@ -1 +1 @@
|
||||
#define Cdrskin_timestamP "2006.09.19.140716"
|
||||
#define Cdrskin_timestamP "2006.09.20.134219"
|
||||
|
Loading…
Reference in New Issue
Block a user