summaryrefslogtreecommitdiff
path: root/xml/function.c
diff options
context:
space:
mode:
Diffstat (limited to 'xml/function.c')
-rw-r--r--xml/function.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/xml/function.c b/xml/function.c
index ca06922..04a3f2f 100644
--- a/xml/function.c
+++ b/xml/function.c
@@ -1,5 +1,5 @@
/*
- * $Id: function.c,v 1.1 2004/12/19 22:03:26 lordjaxom Exp $
+ * $Id: function.c,v 1.2 2004/12/21 18:35:54 lordjaxom Exp $
*/
#include "xml/function.h"
@@ -204,6 +204,7 @@ std::string cxFunction::Evaluate(void) const
return FunFile(mParams[0]->Evaluate());
case fun_trans:
+ Dprintf("|%s| translates to |%s|\n", mParams[0]->Evaluate().c_str(), tr(mParams[0]->Evaluate().c_str()));
return tr(mParams[0]->Evaluate().c_str());
case fun_plugin: