summaryrefslogtreecommitdiff
path: root/src/sg_io_v3.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-19 08:00:00 +0000
commit97e0315b35d5b1f4c22e1714096f3f6fe308c3f0 (patch)
tree74168f29b27603ff96818e00a96e7f2c5df7cae6 /src/sg_io_v3.c
parent20f40cc466a3c9226dd7d729c9b20d61909f0a4a (diff)
downloadstrace-97e0315b35d5b1f4c22e1714096f3f6fe308c3f0.tar.gz
src: rename tprints to tprints_string
Co-authored-by: Dmitry V. Levin <ldv@strace.io>
Diffstat (limited to 'src/sg_io_v3.c')
-rw-r--r--src/sg_io_v3.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sg_io_v3.c b/src/sg_io_v3.c
index f37d6de05..13c6120c9 100644
--- a/src/sg_io_v3.c
+++ b/src/sg_io_v3.c
@@ -55,7 +55,7 @@ decode_request(struct tcb *const tcp, const kernel_ulong_t arg)
tprint_struct_begin();
tprints_field_name("interface_id");
- tprints("'S'");
+ tprints_string("'S'");
tprint_struct_next();
if (umoven_or_printaddr(tcp, arg + skip_iid, sizeof(sg_io) - skip_iid,
&sg_io.dxfer_direction)) {
@@ -168,7 +168,7 @@ decode_request(struct tcb *const tcp, const kernel_ulong_t arg)
{
tprint_struct_begin();
tprints_field_name("interface_id");
- tprints("'S'");
+ tprints_string("'S'");
tprint_struct_next();
tprint_more_data_follows();
tprint_struct_end();