From 5141b88157d02040e20a59b923cc672dd7fdc875 Mon Sep 17 00:00:00 2001 From: Benji Dial Date: Tue, 18 Jul 2023 15:33:13 -0400 Subject: [PATCH] make rof case insensitive --- lib94/warrior.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib94/warrior.cpp b/lib94/warrior.cpp index 95c61a0..ba6edbc 100644 --- a/lib94/warrior.cpp +++ b/lib94/warrior.cpp @@ -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: