wrc: Declare the data buffer as unsigned char.

oldstable
Martin Storsjo 2014-12-08 11:26:51 +02:00 committed by Alexandre Julliard
parent 547ba7a10b
commit 84e99d13ae
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ typedef struct res {
unsigned int allocsize; /* Allocated datablock size */
unsigned int size; /* Actual size of data */
unsigned int dataidx; /* Tag behind the resource-header */
char *data;
unsigned char *data;
} res_t;
/* Resource strings are slightly more complex because they include '\0' */