Browse Source

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 years ago
parent
commit
8dad380385
1 changed files with 1 additions and 1 deletions
  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>");