mirror of
https://github.com/libretro/RetroArch
synced 2025-02-01 09:32:58 +00:00
f64638567f
- Previously it would attempt to print the pointer, not the actual value in a few sprintf statements. - Change integer to unsigned_integer for the %u sprintf call. - Initialize jj to zero so that it doesn't get used uninitialized.