diff options
-rw-r--r-- | lib94/warrior.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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: |