From de44e51cd15d508aa8339df6bbe5fb0a80c8ab64 Mon Sep 17 00:00:00 2001 From: David Boddie Date: Thu, 30 Sep 2021 17:43:24 +0200 Subject: Update outlstring function in tc to match others --- utils/tc/swt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/tc/swt.c b/utils/tc/swt.c index b69a48b6..85a87d9b 100644 --- a/utils/tc/swt.c +++ b/utils/tc/swt.c @@ -196,7 +196,7 @@ outstring(char *s, long n) } long -outlstring(ushort *s, long n) +outlstring(TRune *s, long n) { char buf[2]; int c; -- cgit v1.2.3