mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-27 21:42:06 +00:00
Use meaningful types for byte output functions
This commit is contained in:
@@ -1137,7 +1137,7 @@ constlist_8bit_entry : /* empty */
|
||||
char *s = $1;
|
||||
int32_t length = charmap_Convert(&s);
|
||||
|
||||
out_AbsByteGroup(s, length);
|
||||
out_AbsByteGroup((uint8_t*)s, length);
|
||||
free(s);
|
||||
}
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user