Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 240960
Collapse All | Expand All

(-)cdparanoia-III-10.2.orig/interface/interface.c (-1 / +1 lines)
Lines 118-124 Link Here
118
	if(d->bigendianp==-1) /* not determined yet */
118
	if(d->bigendianp==-1) /* not determined yet */
119
	  d->bigendianp=data_bigendianp(d);
119
	  d->bigendianp=data_bigendianp(d);
120
	
120
	
121
	if(d->bigendianp!=bigendianp()){
121
	if(buffer && d->bigendianp!=bigendianp()){
122
	  int i;
122
	  int i;
123
	  u_int16_t *p=(u_int16_t *)buffer;
123
	  u_int16_t *p=(u_int16_t *)buffer;
124
	  long els=sectors*CD_FRAMESIZE_RAW/2;
124
	  long els=sectors*CD_FRAMESIZE_RAW/2;

Return to bug 240960