summaryrefslogtreecommitdiff
path: root/src/deh_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/deh_main.c')
-rw-r--r--src/deh_main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/deh_main.c b/src/deh_main.c
index c98962a9..4ab9a8f3 100644
--- a/src/deh_main.c
+++ b/src/deh_main.c
@@ -175,7 +175,7 @@ static boolean CheckSignatures(deh_context_t *context)
// Read the first line
- line = DEH_ReadLine(context);
+ line = DEH_ReadLine(context, false);
if (line == NULL)
{
@@ -244,7 +244,7 @@ static void DEH_ParseContext(deh_context_t *context)
{
// read a new line
- line = DEH_ReadLine(context);
+ line = DEH_ReadLine(context, current_section == GetSectionByName("[STRINGS]"));
// end of file?