[GRASS5] [bug #2927] (grass) d.what.vect - broken pipe

Florian Goessmann florian at wallweg39.de
Wed Jan 26 11:03:57 EST 2005


On 26.01.2005, at 18:20, Maciek Sieczka wrote:
>
> If you hesitate to apply thid patch to CVS would you mind sending it 
> to me so I try it on my system at least? Maybe it will help.

here you are: (find the diff file attached as well)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: form.c.diff
Type: application/octet-stream
Size: 506 bytes
Desc: not available
Url : http://lists.osgeo.org/pipermail/grass-dev/attachments/20050127/03b00a01/form.c.obj
-------------- next part --------------


Index: form.c
===================================================================
RCS file: /grassrepository/grass51/lib/form/form.c,v
retrieving revision 1.7
diff -u -r1.7 form.c
--- form.c      13 Jan 2005 16:39:00 -0000      1.7
+++ form.c      26 Jan 2005 12:47:28 -0000
@@ -256,7 +256,9 @@
      static FILE *child_send, *child_recv;
      static      Tcl_Interp *interp;
      static int  frmid = 0;
-    char * encoding_val;
+    char * encoding_val;
+
+    sleep(1);

      G_debug ( 2, "Form: main()" );





More information about the grass-dev mailing list