]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
sframe: Minor format string fix in sframe_decode
authorJan Dubiec <jdx@o2.pl>
Thu, 6 Nov 2025 22:37:24 +0000 (14:37 -0800)
committerIndu Bhagat <indu.bhagat@oracle.com>
Thu, 6 Nov 2025 22:44:16 +0000 (14:44 -0800)
commit84402f09dd22dad78b8ab7b2aa162a2374576747
treeabe758ac696b310bf9a1379faa824f3a7e85880d
parent3f48c9f88c9523c7b098b1a2284f0b0139864b75
sframe: Minor format string fix in sframe_decode

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>
libsframe/sframe.c