[GRASS-SVN] r71264 - grass/trunk/raster/r.clump
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Jul 14 13:51:26 PDT 2017
Author: mmetz
Date: 2017-07-14 13:51:26 -0700 (Fri, 14 Jul 2017)
New Revision: 71264
Modified:
grass/trunk/raster/r.clump/local_proto.h
Log:
r.clump: fix declaration of print_time() (fix r71255)
Modified: grass/trunk/raster/r.clump/local_proto.h
===================================================================
--- grass/trunk/raster/r.clump/local_proto.h 2017-07-14 09:09:00 UTC (rev 71263)
+++ grass/trunk/raster/r.clump/local_proto.h 2017-07-14 20:51:26 UTC (rev 71264)
@@ -22,7 +22,7 @@
/* clump.c */
CELL clump(int *, int, int, int);
CELL clump_n(int *, char **, int, double, int, int, int);
-int print_time(long *);
+int print_time(time_t *);
/* minsize.c */
int merge_small_clumps(int *in_fd, int nin, DCELL *rng,
More information about the grass-commit
mailing list