From 72335078034e3cd7edcb1739556b405a3e1e9bf8 Mon Sep 17 00:00:00 2001 From: Charles Forsyth Date: Thu, 6 Jun 2013 20:59:23 +0000 Subject: sync with plan 9 --- libbio/bputrune.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbio/bputrune.c') 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; -- cgit v1.2.3