Fix stupid . regex bug
This commit is contained in:
parent
0735760eef
commit
6b7a06510c
|
@ -286,10 +286,7 @@ namespace lxs {
|
|||
break;
|
||||
|
||||
case '.':
|
||||
for (int c = 0; c <= 256; c++)
|
||||
{
|
||||
stk.push(dotChar());
|
||||
}
|
||||
stk.push(dotChar());
|
||||
break;
|
||||
|
||||
case ']':
|
||||
|
|
Loading…
Reference in New Issue