| version 1.3 | version 1.4 | |||
|---|---|---|---|---|
|
| |||
| Error( "Error modifying selector base in custom.c\n" ); | Error( "Error modifying selector base in custom.c\n" ); | |||
| #endif | #endif | |||
| if ( cip->flags & BM_FLAG_RLE ) { | if ( cip->flags & BM_FLAG_RLE ) { | |||
| *(((int *)p)++) = j; | *((int *)p) = j; | |||
| p += sizeof(int); | ||||
| j -= 4; | j -= 4; | |||
| } | } | |||
| if (cfread(p, 1, j, f) < 1) | if (cfread(p, 1, j, f) < 1) |
| Legend: | |
| line(s) removed in v.1.3 | |
| line(s) changed | |
| line(s) added in v.1.4 | |