Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 119347 | Differences between
and this patch

Collapse All | Expand All

(-)main/custom.org (-1 / +3 lines)
Lines 279-285 Link Here
279
		    Error( "Error modifying selector base in custom.c\n" );
279
		    Error( "Error modifying selector base in custom.c\n" );
280
	    #endif
280
	    #endif
281
	    if ( cip->flags & BM_FLAG_RLE ) {
281
	    if ( cip->flags & BM_FLAG_RLE ) {
282
		*(((int *)p)++) = j;
282
		int *t=(int *) p;
283
		t++;  
284
		*t=j;
283
		j -= 4;
285
		j -= 4;
284
	    }
286
	    }
285
	    if (cfread(p, 1, j, f) < 1)
287
	    if (cfread(p, 1, j, f) < 1)

Return to bug 119347