summaryrefslogtreecommitdiff
path: root/src/utils/dumplibs.cpp
diff options
context:
space:
mode:
authorewewukek <ewewukek@gmail.com>2024-01-04 15:12:37 +0300
committerFedja Beader <fedja@protonmail.ch>2024-02-21 22:15:28 +0000
commite27e691a7cb9907d52534d001c0bcc61c145c8d1 (patch)
tree9dcc0f295d5ccc8e37b9416f0bb36c42afa6ea9d /src/utils/dumplibs.cpp
parent9e6069cac80e851cc8af8ef3a3851289d4c92675 (diff)
downloadplus-e27e691a7cb9907d52534d001c0bcc61c145c8d1.tar.gz
plus-e27e691a7cb9907d52534d001c0bcc61c145c8d1.tar.bz2
plus-e27e691a7cb9907d52534d001c0bcc61c145c8d1.tar.xz
plus-e27e691a7cb9907d52534d001c0bcc61c145c8d1.zip
Const correct variable to hold __xmlParserVersion() value
Diffstat (limited to 'src/utils/dumplibs.cpp')
-rw-r--r--src/utils/dumplibs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/dumplibs.cpp b/src/utils/dumplibs.cpp
index 8b13cdd38..1bdcb139e 100644
--- a/src/utils/dumplibs.cpp
+++ b/src/utils/dumplibs.cpp
@@ -140,7 +140,7 @@ void dumpLibs()
LIBXML_TEST_VERSION
#endif // LIBXML_TEST_VERSION
#ifdef ENABLE_LIBXML
- const char **xmlVersion = __xmlParserVersion();
+ const char *const *xmlVersion = __xmlParserVersion();
if (xmlVersion != nullptr)
logger->log(" libxml2: %s", *xmlVersion);
#endif // ENABLE_LIBXML