kbdfs: Runemax is inclusive.
This commit is contained in:
parent
45384b0026
commit
bf74dfbc7a
1 changed files with 1 additions and 1 deletions
|
@ -577,7 +577,7 @@ Forward:
|
||||||
else
|
else
|
||||||
break;
|
break;
|
||||||
} while(--i > 0);
|
} while(--i > 0);
|
||||||
if((i == 0 || rr == ';') && r != 0 && r < Runemax)
|
if((i == 0 || rr == ';') && r != 0 && r <= Runemax)
|
||||||
goto Forward;
|
goto Forward;
|
||||||
} else {
|
} else {
|
||||||
if(nextrune(rawchan, &rr))
|
if(nextrune(rawchan, &rr))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue