Corrected outdated references to function name burn_get_media_product_id()

This commit is contained in:
2015-05-17 08:35:10 +00:00
parent 406a0e7747
commit 516df39cc7
3 changed files with 4 additions and 4 deletions

View File

@ -1563,7 +1563,7 @@ int burn_disc_get_media_id(struct burn_drive *d,
/** Guess the name of a manufacturer by profile number, manufacturer code
and media code. The profile number can be obtained by
burn_disc_get_profile(), the other two parameters can be obtained as
media_code1 and media_code2 by burn_get_media_product_id().
media_code1 and media_code2 by burn_disc_get_media_id().
@param profile_no Profile number (submit -1 if not known)
@param manuf_code Manufacturer code from media (e.g. "RICOHJPN")
@param media_code Media ID code from media (e.g. "W11")