xpm loader fix (Marcus Meissner, ticket 28).

SVN revision: 35900
This commit is contained in:
Kim Woelders 2008-09-09 19:00:32 +00:00
parent cb588739ae
commit ad29accb17
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ load(ImlibImage * im, ImlibProgressFunction progress, char progress_granularity,
int pc, c, i, j, k, w, h, ncolors, cpp, comment, transp,
quote, context, len, done, r, g, b, backslash;
char *line, s[256], tok[128], col[256];
char *line, s[256], tok[256], col[256];
int lsz = 256;
struct _cmap {
unsigned char str[6];