Value.cc correction
authorebensza <bence.janos.szabo@ericsson.com>
Wed, 27 Apr 2016 08:50:16 +0000 (10:50 +0200)
committerebensza <bence.janos.szabo@ericsson.com>
Wed, 27 Apr 2016 08:50:16 +0000 (10:50 +0200)
Signed-off-by: ebensza <bence.janos.szabo@ericsson.com>
compiler2/Value.cc

index 2ffffb894306c0d27bf69ffcef0c6badb3c54d6b..8ecfcc88a4242526dbe1ec18bf693eb64aeb9e1c 100644 (file)
@@ -5474,7 +5474,7 @@ error:
   void Value::chk_expr_operands_decode(operationtype_t p_optype)
   {
     Error_Context cntxt(this, "In the parameters of %s",
-      p_optype == OPTYPE_DECVALUE_UNICHAR ? "encvalue_unichar()" : "decvalue()");
+      p_optype == OPTYPE_DECVALUE_UNICHAR ? "decvalue_unichar()" : "decvalue()");
     Ttcn::Ref_base* ref = u.expr.r1;
     Ttcn::FieldOrArrayRefs* t_subrefs = ref->get_subrefs();
     Type* t_type = 0;
This page took 0.028041 seconds and 5 git commands to generate.