From c6c14ba184fcb4f4399b8ae4ce0ae1d04f45da0a Mon Sep 17 00:00:00 2001 From: Yohann Ferreira Date: Sat, 30 Apr 2011 18:03:35 +0200 Subject: Fix FTBFS on debian packaging strict compilation. Tested by: the-me --- src/utils/xml.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/xml.cpp b/src/utils/xml.cpp index 9835f88c..1970b062 100644 --- a/src/utils/xml.cpp +++ b/src/utils/xml.cpp @@ -149,7 +149,7 @@ namespace XML logger->log("Error in unknown xml file on line %d", error->line); - logger->log(error->message); + logger->log("%s", error->message); // No need to keep errors around xmlCtxtResetLastError(error->ctxt); -- cgit v1.2.3-70-g09d2