aboutsummaryrefslogtreecommitdiff
path: root/src/Config.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Config.cpp')
-rw-r--r--src/Config.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Config.cpp b/src/Config.cpp
index 477ee1e..d9dfc92 100644
--- a/src/Config.cpp
+++ b/src/Config.cpp
@@ -53,6 +53,7 @@ void Load()
{
if (c > 0) break;
entry = &PlatformConfigFile[0];
+ if (!entry->Value) break;
c++;
}
@@ -87,6 +88,7 @@ void Load()
{
if (c > 0) break;
entry = &PlatformConfigFile[0];
+ if (!entry->Value) break;
c++;
}
@@ -139,6 +141,7 @@ void Save()
{
if (c > 0) break;
entry = &PlatformConfigFile[0];
+ if (!entry->Value) break;
c++;
}