[GRASS-SVN] r55086 - grass/trunk/imagery/i.ortho.photo/lib

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Feb 17 12:47:49 PST 2013


Author: mmetz
Date: 2013-02-17 12:47:49 -0800 (Sun, 17 Feb 2013)
New Revision: 55086

Modified:
   grass/trunk/imagery/i.ortho.photo/lib/orthophoto.h
Log:
ortholib: fix name length

Modified: grass/trunk/imagery/i.ortho.photo/lib/orthophoto.h
===================================================================
--- grass/trunk/imagery/i.ortho.photo/lib/orthophoto.h	2013-02-17 17:51:00 UTC (rev 55085)
+++ grass/trunk/imagery/i.ortho.photo/lib/orthophoto.h	2013-02-17 20:47:49 UTC (rev 55086)
@@ -92,7 +92,7 @@
 
 struct Ortho_Image_Group
 {
-    char name[100];
+    char name[GNAME_MAX];
     /* Ortho_Image_Group_Ref is identical to Ortho_Group_Ref, and
        we assume this is so in the code.  If Ortho_Image_Group_Ref
        is ever different, then there will have to be a new set of



More information about the grass-commit mailing list