[Liblas-commits] r1086 - trunk/apps

liblas-commits at liblas.org liblas-commits at liblas.org
Sun Mar 8 10:37:38 EDT 2009


Author: hobu
Date: Sun Mar  8 10:37:38 2009
New Revision: 1086
URL: http://liblas.org/changeset/1086

Log:
silence const warning

Modified:
   trunk/apps/lascommon.c

Modified: trunk/apps/lascommon.c
==============================================================================
--- trunk/apps/lascommon.c	(original)
+++ trunk/apps/lascommon.c	Sun Mar  8 10:37:38 2009
@@ -506,7 +506,7 @@
     fprintf(file, " Spatial Reference           %s\n",
                     pszProj4);
 
-    if (pGTIF) GTIFPrint(pGTIF, 0, 0);
+    if (pGTIF) GTIFPrint((GTIF*)pGTIF, 0, 0);
 
     if (nVLR && !bSkipVLR) {
         


More information about the Liblas-commits mailing list