Sfoglia il codice sorgente

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 anni fa
parent
commit
8dad380385
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      thorlcr/activities/distribution/thdistribution.cpp

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

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