Fix stupid . regex bug

This commit is contained in:
Robin Jadoul 2016-05-27 12:25:05 +02:00
parent 0735760eef
commit 6b7a06510c
1 changed files with 1 additions and 4 deletions

View File

@ -286,10 +286,7 @@ namespace lxs {
break;
case '.':
for (int c = 0; c <= 256; c++)
{
stk.push(dotChar());
}
stk.push(dotChar());
break;
case ']':