Skip to content

Commit

Permalink
SDL_RWtell returns a Uint64
Browse files Browse the repository at this point in the history
  • Loading branch information
madebr committed Jan 15, 2024
1 parent 6d91bf7 commit 2487900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IMG_xcf.c
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ static int xcf_read_property(SDL_RWops *src, xcf_prop *prop)
}

#if DEBUG
SDL_Log("%.8" SDL_PRIu32 ": %s(%u): %u\n", SDL_RWtell (src), prop->id < 25 ? prop_names [prop->id] : "unknown", prop->id, prop->length);
SDL_Log("%.8" SDL_PRIu64 ": %s(%u): %u\n", SDL_RWtell (src), prop->id < 25 ? prop_names [prop->id] : "unknown", prop->id, prop->length);
#endif

switch (prop->id) {
Expand Down

0 comments on commit 2487900

Please sign in to comment.