You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
550 B
13 lines
550 B
diff -up cdparanoia-III-10.2/interface/interface.c.jx cdparanoia-III-10.2/interface/interface.c
|
|
--- cdparanoia-III-10.2/interface/interface.c.jx 2009-02-10 14:25:02.000000000 -0500
|
|
+++ cdparanoia-III-10.2/interface/interface.c 2009-02-10 14:25:49.000000000 -0500
|
|
@@ -115,7 +115,7 @@ long cdda_read_timed(cdrom_drive *d, voi
|
|
|
|
if(sectors>0){
|
|
/* byteswap? */
|
|
- if(d->bigendianp==-1) /* not determined yet */
|
|
+ if(buffer && d->bigendianp==-1) /* not determined yet */
|
|
d->bigendianp=data_bigendianp(d);
|
|
|
|
if(d->bigendianp!=bigendianp()){
|