Does r.timestamp work for anybody?

Markus Neteler neteler at geog.uni-hannover.de
Thu May 18 06:21:51 EDT 2000


Hi again,


here the patch for the datetime lib from Bill Brown:

src/libes/datetime > cvs diff -r1.1 copy.c
===================================================================
RCS file: /grassrepository/grass/src/libes/datetime/copy.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -r1.1 -r1.2
4c4
< copy (char *src, char *dst, int n)
---
> copy (char *dst, char *src, int n)
11c11
< datetime_copy (DateTime *src, DateTime *dst)
---
> datetime_copy (DateTime *dst, DateTime *src)
13c13
<       copy ((char *)src, (char *)dst, sizeof(DateTime));
---
>     copy ((char *)dst, (char *)src, sizeof(DateTime));


Then
 - recompile datetime lib
 - recompile r.timestamp

Enjoy.

Regards

 Markus Neteler




More information about the grass-user mailing list