From cee2190a99b3cd24995074f4cf53682e78b04fa3 Mon Sep 17 00:00:00 2001 From: Charles Forsyth Date: Wed, 5 Jun 2013 10:55:28 +0000 Subject: UTFmax becomes 4 --- module/sys.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/sys.m') diff --git a/module/sys.m b/module/sys.m index 0852bb18..2e1a4e02 100644 --- a/module/sys.m +++ b/module/sys.m @@ -112,7 +112,7 @@ Sys: module EXPWAIT: con 0; EXPASYNC: con 1; - UTFmax: con 3; + UTFmax: con 4; UTFerror: con 16r80; announce: fn(addr: string): (int, Connection); -- cgit v1.2.3