From d44f5f0fc8fa777453d177c114c6d2eb48b5c939 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Tue, 4 Apr 2023 16:24:08 -0500 Subject: [PATCH] this one THIS ONE THIS ONE FOR REAL REAL REAL --- src/engine/config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine/config.cpp b/src/engine/config.cpp index 2d995b90d..6c942cae8 100644 --- a/src/engine/config.cpp +++ b/src/engine/config.cpp @@ -68,7 +68,7 @@ void DivConfig::parseLine(const char* line) { bool keyOrValue=false; for (const char* i=line; *i; i++) { if (*i=='\r') continue; - if (*i=='\n') break; + if (*i=='\n') continue; if (keyOrValue) { value+=*i; } else {