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 (stop_at && line == *stop_at)
|
||||
if (stop_at && lower_case_line == *stop_at)
|
||||
return;
|
||||
|
||||
//check for equ:
|
||||
|
|
Loading…
Add table
Reference in a new issue