make rof case insensitive
This commit is contained in:
parent
651b851fdd
commit
5141b88157
1 changed files with 1 additions and 1 deletions
|
@ -405,7 +405,7 @@ namespace lib94 {
|
||||||
|
|
||||||
//if we have a stop_at and this is that, then consume and stop:
|
//if we have a stop_at and this is that, then consume and stop:
|
||||||
|
|
||||||
if (stop_at && line == *stop_at)
|
if (stop_at && lower_case_line == *stop_at)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
//check for equ:
|
//check for equ:
|
||||||
|
|
Loading…
Add table
Reference in a new issue