From 8911721efbf3b3721376e2baa30bae002c2975c2 Mon Sep 17 00:00:00 2001 From: "Charles.Forsyth" Date: Mon, 15 Jan 2007 21:04:26 +0000 Subject: 20070115 --- appl/charon/lex.b | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'appl/charon/lex.b') diff --git a/appl/charon/lex.b b/appl/charon/lex.b index 4b7274c0..3c298c6d 100644 --- a/appl/charon/lex.b +++ b/appl/charon/lex.b @@ -697,7 +697,7 @@ TokenSource.setchset(ts: self ref TokenSource, chset: Btos) if (nchars > 0 && nchars < len st.s) { # align bi to the current input char bs := ts.b; - (state, nil, n) := ts.chset->btos(st.prevcsstate, bs.data[st.prevbi:st.bi], nchars); + (nil, nil, n) := ts.chset->btos(st.prevcsstate, bs.data[st.prevbi:st.bi], nchars); st.bi = st.prevbi + n; st.prevbi = st.bi; } -- cgit v1.2.3