make rof case insensitive

This commit is contained in:
Benji Dial 2023-07-18 15:33:13 -04:00
parent 651b851fdd
commit 5141b88157

View file

@ -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: