aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2018-04-16 20:50:56 +0200
committerGitHub <noreply@github.com>2018-04-16 20:50:56 +0200
commitfbe1df3ccbc7468db1c635e98b323d28f5b82b60 (patch)
treefacd8045a22c3f115aa41c1dd86d39d1d41771a0 /src
parent5a7777c66ed70a39849f0b10b4204550c3cd7eda (diff)
parentadce503f6597d7cf6921f31bfa2c66db0c07f319 (diff)
downloadPROJ-fbe1df3ccbc7468db1c635e98b323d28f5b82b60.tar.gz
PROJ-fbe1df3ccbc7468db1c635e98b323d28f5b82b60.zip
Merge pull request #939 from kbevers/fix-gie-bug
Silence complaints about missing </gie> tag
Diffstat (limited to 'src')
-rw-r--r--src/gie.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gie.c b/src/gie.c
index 8c735b88..3831a8f1 100644
--- a/src/gie.c
+++ b/src/gie.c
@@ -964,6 +964,7 @@ Indicate that the remaining material should be skipped. Mostly for debugging.
******************************************************************************/
T.skip = 1;
(void) args;
+ F->level = 2; /* Silence complaints about missing </gie> element */
return 0;
}