summaryrefslogtreecommitdiff
blob: 7e47eff1a2bb7842f057155339686ec21b5966e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- ./kxsldbg/kxsldbgpart/libxsldbg/file_cmds.cpp.orig	2005-12-04 11:02:02.000000000 +0100
+++ ./kxsldbg/kxsldbgpart/libxsldbg/file_cmds.cpp	2005-12-04 11:04:00.000000000 +0100
@@ -175,7 +175,7 @@
         } else {
 	    xsldbgGenericErrorFunc(i18n("PublicID \"%1\" was not found in current catalog.\n").arg(xsldbgText(arg)));
         }
-        xsltGenericError(xsltGenericErrorContext, buffer);
+        xsltGenericError(xsltGenericErrorContext, "%s", buffer);
     }
     return result;
 }