[GRASS-SVN] r37344 - grass/trunk/lib/vector/diglib
    svn_grass at osgeo.org 
    svn_grass at osgeo.org
       
    Thu May 21 16:53:52 EDT 2009
    
    
  
Author: mmetz
Date: 2009-05-21 16:53:52 -0400 (Thu, 21 May 2009)
New Revision: 37344
Modified:
   grass/trunk/lib/vector/diglib/portable.c
Log:
LFS bugfix
Modified: grass/trunk/lib/vector/diglib/portable.c
===================================================================
--- grass/trunk/lib/vector/diglib/portable.c	2009-05-21 19:00:58 UTC (rev 37343)
+++ grass/trunk/lib/vector/diglib/portable.c	2009-05-21 20:53:52 UTC (rev 37344)
@@ -26,7 +26,7 @@
 extern int nat_dbl;
 extern int nat_flt;
 extern int nat_lng;
-extern size_t nat_off_t;
+extern int nat_off_t;
 extern int nat_int;
 extern int nat_shrt;
 
    
    
More information about the grass-commit
mailing list