wrc: Declare the data buffer as unsigned char.
This commit is contained in:
parent
547ba7a10b
commit
84e99d13ae
@ -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' */
|
||||
|
Loading…
x
Reference in New Issue
Block a user