[Liblas-commits] hg-main-tree: don't make overwrite on by default, this is bad :)

liblas-commits at liblas.org liblas-commits at liblas.org
Thu Apr 21 12:42:40 EDT 2011


details:   http://hg.libpc.orghg-main-tree/rev/593cfea4a0ca
changeset: 606:593cfea4a0ca
user:      Howard Butler <hobu.inc at gmail.com>
date:      Thu Apr 21 11:42:42 2011 -0500
description:
don't make overwrite on by default, this is bad :)

diffstat:

 apps/pc2pc.cpp |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 29125c5e887b -r 593cfea4a0ca apps/pc2pc.cpp
--- a/apps/pc2pc.cpp	Wed Apr 20 13:53:53 2011 -0500
+++ b/apps/pc2pc.cpp	Thu Apr 21 11:42:42 2011 -0500
@@ -136,7 +136,7 @@
         
         boost::uint32_t capacity = 10000;
         tree.put("capacity", capacity);
-        tree.put("overwrite", true);
+        tree.put("overwrite", false);
         tree.put("connection", "lidar/lidar at oracle.hobu.biz/orcl");
         // tree.put("connection", "lidar/lidar at oracle.hobu.biz/crrel");
         tree.put("debug", true);


More information about the Liblas-commits mailing list