diff options
Diffstat (limited to 'appl/charon/lex.b')
| -rw-r--r-- | appl/charon/lex.b | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |
