Date: Thu, 10 Jun 1999 08:50:04 -0700 (PDT) From: Inagaki Kentaro (=?iso-2022-jp?B?GyRCMHAzQDdyQkBPOhsoQg==?=) <inagaki@tg.rim.or.jp> To: freebsd-ports@FreeBSD.org Subject: Re: ports/11003: wmcdplay is not capable of playing an AUDIO CD Message-ID: <199906101550.IAA55652@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/11003; it has been noted by GNATS. From: Inagaki Kentaro (=?iso-2022-jp?B?GyRCMHAzQDdyQkBPOhsoQg==?=) <inagaki@tg.rim.or.jp> To: freebsd-gnats-submit@freebsd.org Cc: inagaki@tg.rim.or.jp, insane@oneinsane.net Subject: Re: ports/11003: wmcdplay is not capable of playing an AUDIO CD Date: Fri, 11 Jun 1999 00:49:01 +0900 bug fix. patches/patch-ab is added. ----cut here---- --- ../wmcdplay.orig/cdctl.h Fri Jun 11 00:41:06 1999 +++ cdctl.h Fri Jun 11 00:37:05 1999 @@ -176,6 +176,7 @@ struct ioc_read_subchannel sc; struct cd_sub_channel_info csci; sc.address_format=CD_MSF_FORMAT; + sc.track = 0; sc.data=&csci; sc.data_len=sizeof(csci); sc.data_format=CD_MEDIA_CATALOG; ----cut here---- ---- Kentaro Inagaki inagaki@tg.rim.or.jp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199906101550.IAA55652>