Fixed bug with dev=1,1,0 (ticket 75)

Esse commit está contido em:
Thomas Schmitt 2006-09-20 13:42:30 +00:00
commit 4b9c45e86d
2 arquivos alterados com 2 adições e 2 exclusões

Ver arquivo

@ -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

Ver arquivo

@ -1 +1 @@
#define Cdrskin_timestamP "2006.09.19.140716"
#define Cdrskin_timestamP "2006.09.20.134219"