diff options
Diffstat (limited to 'libbio/bputrune.c')
| -rw-r--r-- | libbio/bputrune.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbio/bputrune.c b/libbio/bputrune.c index a864541d..4b4a7a9a 100644 --- a/libbio/bputrune.c +++ b/libbio/bputrune.c @@ -5,7 +5,7 @@ int Bputrune(Biobuf *bp, long c) { Rune rune; - char str[4]; + char str[UTFmax]; int n; rune = c; |
