[GRASS-SVN] r33949 - grass/trunk/include

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Oct 21 07:35:05 EDT 2008


Author: glynn
Date: 2008-10-21 07:35:05 -0400 (Tue, 21 Oct 2008)
New Revision: 33949

Modified:
   grass/trunk/include/gprojects.h
Log:
Fix type of proj_info.pj


Modified: grass/trunk/include/gprojects.h
===================================================================
--- grass/trunk/include/gprojects.h	2008-10-21 11:20:21 UTC (rev 33948)
+++ grass/trunk/include/gprojects.h	2008-10-21 11:35:05 UTC (rev 33949)
@@ -32,7 +32,7 @@
 
 struct pj_info
 {
-    projPJ *pj;
+    projPJ pj;
     double meters;
     int zone;
     char proj[100];



More information about the grass-commit mailing list