浏览代码

HPCC-8274 - Fix compile issue introduced by gh-3681

Signed-off-by: Jake Smith <jake.smith@lexisnexis.com>
Jake Smith 12 年之前
父节点
当前提交
2eed69a944
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      system/mp/mpcomm.cpp

+ 1 - 0
system/mp/mpcomm.cpp

@@ -180,6 +180,7 @@ struct MultiPacketHeader
         out.append(",idx=").append(idx);
         out.append(",numparts=").append(numparts);
         out.append(",total=").append(total);
+        return out;
     }
 };