diff options
| author | Charles Forsyth <charles.forsyth@gmail.com> | 2023-10-03 00:18:05 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-03 00:18:05 +0100 |
| commit | b0a842d1aa881afbcfa7ab66ccbff5d51c55dbbb (patch) | |
| tree | af56005ca3cfef773652478361a617cdce07ca66 | |
| parent | 23d3d8ce7ec44b18a457ea0b47f62b99b8a4ecfc (diff) | |
| parent | de44e51cd15d508aa8339df6bbe5fb0a80c8ab64 (diff) | |
Merge pull request #6 from dboddie/fix-outlstring-in-tc
Update outlstring function in tc to match others
| -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; |
