[GRASS-SVN] r37679 - grass/branches/develbranch_6/include/vect

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jun 1 03:42:17 EDT 2009


Author: neteler
Date: 2009-06-01 03:42:17 -0400 (Mon, 01 Jun 2009)
New Revision: 37679

Modified:
   grass/branches/develbranch_6/include/vect/dig_externs.h
Log:
fixed typo

Modified: grass/branches/develbranch_6/include/vect/dig_externs.h
===================================================================
--- grass/branches/develbranch_6/include/vect/dig_externs.h	2009-06-01 06:29:55 UTC (rev 37678)
+++ grass/branches/develbranch_6/include/vect/dig_externs.h	2009-06-01 07:42:17 UTC (rev 37679)
@@ -242,7 +242,7 @@
 void dig_rewind(struct gvfile * file);
 int dig_fflush(struct gvfile * file);
 size_t dig_fread(void *ptr, size_t size, size_t nmemb, struct gvfile * file);
-size_t dig_fwrite(void *ptr, ssize_t size, size_t nmemb, struct gvfile * file);
+size_t dig_fwrite(void *ptr, size_t size, size_t nmemb, struct gvfile * file);
 void dig_file_init(struct gvfile * file);
 int dig_file_load(struct gvfile * file);
 void dig_file_free(struct gvfile * file);



More information about the grass-commit mailing list