소스 검색

Merge pull request #5286 from jakesmith/hpcc-10677

HPCC-10677 - Remove extra linefeed from DISTRIBUTION result

Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 11 년 전
부모
커밋
8dad380385
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      thorlcr/activities/distribution/thdistribution.cpp

+ 1 - 1
thorlcr/activities/distribution/thdistribution.cpp

@@ -56,7 +56,7 @@ public:
         }
 
         StringBuffer tmp;
-        tmp.append("<XML>").newline();
+        tmp.append("<XML>");
         helper->gatherResult(result, tmp);
         tmp.append("</XML>");