From bb5511207e90abc758c963e5ba741c03feb20f4c Mon Sep 17 00:00:00 2001 From: Witold Filipczyk Date: Wed, 17 May 2023 12:52:47 +0200 Subject: [PATCH] [libdom] compilation fix --- src/document/libdom/renderer2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/document/libdom/renderer2.c b/src/document/libdom/renderer2.c index 55c2dcdc..b088348a 100644 --- a/src/document/libdom/renderer2.c +++ b/src/document/libdom/renderer2.c @@ -240,7 +240,7 @@ render_xhtml_document(struct cache_entry *cached, struct document *document, str dom_document *doc = NULL; /* document, loaded into libdom */ dom_node *root = NULL; /* root element of document */ void *mapa = NULL; - static initialised = 0; + static int initialised = 0; if (!initialised) { corestrings_init();