summaryrefslogtreecommitdiff
path: root/pdf/pdf_fmap.c
diff options
context:
space:
mode:
authorChris Liddell <chris.liddell@artifex.com>2021-11-15 10:17:56 +0000
committerChris Liddell <chris.liddell@artifex.com>2021-11-15 10:17:56 +0000
commit189cedbe8faf9242655a79248df04994cc9d6b27 (patch)
treead2762dd8769d9d68d35b1c50d0d9e40bfdec920 /pdf/pdf_fmap.c
parentb4c1615027884d34e7172759af1be215bf562e0e (diff)
downloadghostpdl-189cedbe8faf9242655a79248df04994cc9d6b27.tar.gz
CID 373905: initialised a variable
Diffstat (limited to 'pdf/pdf_fmap.c')
-rw-r--r--pdf/pdf_fmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pdf/pdf_fmap.c b/pdf/pdf_fmap.c
index c6828da32..fcb82d5cc 100644
--- a/pdf/pdf_fmap.c
+++ b/pdf/pdf_fmap.c
@@ -337,7 +337,7 @@ static int pdfi_type1_add_to_native_map(pdf_context *ctx, stream *f, char *fname
int code = gs_error_undefined;
char *namestr = NULL, *enamestr;
char *typestr;
- bool pin_eol;
+ bool pin_eol = false; /* initialised just to placate coverity */
int type = -1;
buf.data = (byte *)pname;
buf.size = pname_size;