Ver código fonte

Merge pull request #9954 from ghalliday/issue17019b

HPCC-17019 Fix problems with upmerge to master

Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 8 anos atrás
pai
commit
ff5bf52bfc
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      ecl/hqlcpp/hqlhtcpp.cpp

+ 1 - 1
ecl/hqlcpp/hqlhtcpp.cpp

@@ -17187,7 +17187,7 @@ ABoundActivity * HqlCppTranslator::doBuildActivityTempTable(BuildCtx & ctx, IHql
 
             if (normalized->getOperator() == no_alias)
             {
-                buildExpr(funcctx, normalized, bound);
+                buildExpr(func.ctx, normalized, bound);
                 rowsExpr.setown(createValue(no_countlist, makeIntType(8, false), LINK(normalized)));
             }
             else