[GRASS-SVN] r33906 - grass/branches/develbranch_6/imagery/i.ortho.photo/libes

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Oct 16 07:19:56 EDT 2008


Author: hamish
Date: 2008-10-16 07:19:55 -0400 (Thu, 16 Oct 2008)
New Revision: 33906

Modified:
   grass/branches/develbranch_6/imagery/i.ortho.photo/libes/orthophoto.h
Log:
GNAME_MAX

Modified: grass/branches/develbranch_6/imagery/i.ortho.photo/libes/orthophoto.h
===================================================================
--- grass/branches/develbranch_6/imagery/i.ortho.photo/libes/orthophoto.h	2008-10-16 11:12:10 UTC (rev 33905)
+++ grass/branches/develbranch_6/imagery/i.ortho.photo/libes/orthophoto.h	2008-10-16 11:19:55 UTC (rev 33906)
@@ -15,8 +15,8 @@
     int nfiles;
     struct Ortho_Image_Group_Ref_Files
     {
-	char name[30];
-	char mapset[30];
+	char name[GNAME_MAX];
+	char mapset[GMAPSET_MAX];
     } *file;
     struct Ortho_Ref_Color
     {



More information about the grass-commit mailing list