Changed new API call burn_get_media_product_id() to burn_disc_get_media_id()

This commit is contained in:
2009-09-06 09:25:52 +00:00
parent 6e7bb73d03
commit 84ccf158e7
4 changed files with 13 additions and 7 deletions

View File

@ -5030,7 +5030,7 @@ int Cdrskin_atip(struct CdrskiN *skin, int flag)
#ifdef Cdrskin_libburn_has_product_iD
ret= burn_get_media_product_id(drive, &product_id, &media_code1, &media_code2,
ret= burn_disc_get_media_id(drive, &product_id, &media_code1, &media_code2,
&book_type, 0);
if(ret > 0 && (!current_is_cd) &&
manuf == NULL && media_code1 != NULL && media_code2 != 0) {
@ -5057,7 +5057,7 @@ int Cdrskin_atip(struct CdrskiN *skin, int flag)
product_id= media_code1= media_code2= book_type= NULL;
#ifdef Cdrskin_libburn_has_product_iD
ret= burn_get_media_product_id(drive, &product_id, &media_code1,
ret= burn_disc_get_media_id(drive, &product_id, &media_code1,
&media_code2, &book_type, 1);
#else
ret= 0;

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2009.09.06.092330"
#define Cdrskin_timestamP "2009.09.06.092654"