From e5fa5f7df0b1ba76845f9820e9aebedbeac0119b Mon Sep 17 00:00:00 2001 From: lordjaxom Date: Sun, 2 Jan 2005 20:04:09 +0000 Subject: - temporarily disabled trans function (let's see what happens) --- xml/function.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'xml') diff --git a/xml/function.c b/xml/function.c index 92b8926..5a11609 100644 --- a/xml/function.c +++ b/xml/function.c @@ -1,5 +1,5 @@ /* - * $Id: function.c,v 1.4 2005/01/01 23:44:36 lordjaxom Exp $ + * $Id: function.c,v 1.5 2005/01/02 20:04:09 lordjaxom Exp $ */ #include "xml/function.h" @@ -205,8 +205,9 @@ 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()); + //Dprintf("|%s| translates to |%s|\n", mParams[0]->Evaluate().c_str(), tr(mParams[0]->Evaluate().c_str())); + //return tr(mParams[0]->Evaluate().c_str()); + return mParams[0]->Evaluate().c_str(); case fun_plugin: return FunPlugin(mParams[0]->Evaluate()); -- cgit v1.2.3