mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2025-12-16 19:24:40 +00:00
Change unsigned char to uint8_t.
This commit is contained in:
@@ -47,7 +47,7 @@ void *open(const char *filepath)
|
||||
long pos;
|
||||
IndexHeader idxHeader;
|
||||
IndexEntry *idxEntries;
|
||||
unsigned char *data;
|
||||
uint8_t *data;
|
||||
|
||||
memset(ctx, 0, sizeof(dicformatContext));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user