diff options
| author | David Boddie <david@boddie.org.uk> | 2021-09-30 17:43:24 +0200 |
|---|---|---|
| committer | David Boddie <david@boddie.org.uk> | 2023-11-16 16:43:00 +0100 |
| commit | 0070c024f32f589b2a1c18d04be34da3dd4a0305 (patch) | |
| tree | ec322d3a3360cd2713075dd9325a86ebe621b364 /utils/tc/swt.c | |
| parent | 7337d0325a69949a580e60f26852e144cab9ed6a (diff) | |
Update outlstring function in tc to match others
Diffstat (limited to 'utils/tc/swt.c')
| -rw-r--r-- | utils/tc/swt.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
