mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 02:32:06 +00:00
Replace ULONG by uint32_t
All affected `printf` have been fixed. Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>
This commit is contained in:
@@ -384,7 +384,7 @@ obj_Readfile(char *tzObjectfile)
|
||||
int32_t
|
||||
file_Length(FILE * f)
|
||||
{
|
||||
ULONG r, p;
|
||||
uint32_t r, p;
|
||||
|
||||
p = ftell(f);
|
||||
fseek(f, 0, SEEK_END);
|
||||
|
||||
Reference in New Issue
Block a user