summaryrefslogtreecommitdiff
path: root/src/nlattr.c
diff options
context:
space:
mode:
authorFabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>2022-10-18 11:23:15 +0200
committerDmitry V. Levin <ldv@strace.io>2022-12-20 08:00:00 +0000
commit289c91e58e4603bd25a4e61111b0b40bebb993c1 (patch)
tree455c5d90b9d772ca7b208ce27ab730c19e406424 /src/nlattr.c
parent97e0315b35d5b1f4c22e1714096f3f6fe308c3f0 (diff)
downloadstrace-289c91e58e4603bd25a4e61111b0b40bebb993c1.tar.gz
src: rename tprintf to tprintf_string
Co-authored-by: Dmitry V. Levin <ldv@strace.io>
Diffstat (limited to 'src/nlattr.c')
-rw-r--r--src/nlattr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nlattr.c b/src/nlattr.c
index a9db9576b..1fb394d7c 100644
--- a/src/nlattr.c
+++ b/src/nlattr.c
@@ -511,7 +511,7 @@ decode_nla_ ## name(struct tcb *const tcp, \
if (len < sizeof(num)) \
return false; \
if (!umove_or_printaddr(tcp, addr, &num)) \
- tprintf(fmt, num); \
+ tprintf_string(fmt, num); \
return true; \
}