Parcourir la source

r.clump: fix declaration of print_time() (fix https://trac.osgeo.org/grass/changeset/71255)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@71264 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz il y a 7 ans
Parent
commit
9569c6ee25
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      raster/r.clump/local_proto.h

+ 1 - 1
raster/r.clump/local_proto.h

@@ -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,