mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-11-16 12:34:43 +00:00
The type of fidx_size is size_t so the proper length modifier is not "l"
but "z".
libsframe/
* sframe.c (sframe_decode): Fix format string (length modifier)
for fidx_size.
Signed-off-by: Jan Dubiec <jdx@o2.pl>