[xiph-commits] r11810 - trunk/cdparanoia/interface
xiphmont at svn.xiph.org
xiphmont at svn.xiph.org
Tue Aug 29 14:40:55 PDT 2006
Author: xiphmont
Date: 2006-08-29 14:40:54 -0700 (Tue, 29 Aug 2006)
New Revision: 11810
Modified:
trunk/cdparanoia/interface/scan_devices.c
Log:
might as well set the mesagedest field of the created cdrom device, as
that is passed into the find function.
Modified: trunk/cdparanoia/interface/scan_devices.c
===================================================================
--- trunk/cdparanoia/interface/scan_devices.c 2006-08-29 21:32:56 UTC (rev 11809)
+++ trunk/cdparanoia/interface/scan_devices.c 2006-08-29 21:40:54 UTC (rev 11810)
@@ -668,6 +668,7 @@
d->ioctl_fd=i_fd;
d->bigendianp=-1; /* We don't know yet... */
d->nsectors=-1;
+ d->messagedest = messagedest;
if(use_sgio){
d->interface=SGIO_SCSI;
More information about the commits
mailing list