[Liblas-commits] hg: proper name for LASzip in verison output

liblas-commits at liblas.org liblas-commits at liblas.org
Tue Jan 11 11:57:36 EST 2011


details:   http://hg.liblas.orghg/rev/2d24ed4347d1
changeset: 2725:2d24ed4347d1
user:      Howard Butler <hobu.inc at gmail.com>
date:      Tue Jan 11 10:57:19 2011 -0600
description:
proper name for LASzip in verison output

diffstat:

 src/version.cpp |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r ceefaf235fb1 -r 2d24ed4347d1 src/version.cpp
--- a/src/version.cpp	Tue Jan 11 08:56:43 2011 -0800
+++ b/src/version.cpp	Tue Jan 11 10:57:19 2011 -0600
@@ -107,7 +107,7 @@
 #endif
 
 #ifdef HAVE_LASZIP
-    os << " LasZip " 
+    os << " LASzip " 
        << LASZIP_VERSION_MAJOR << "."
        << LASZIP_VERSION_MINOR << "."
        << LASZIP_VERSION_REVISION;


More information about the Liblas-commits mailing list