Hello,

Please use the patch from the attached. The previous patch was wrong.

-- 
Alexander

Best regards.
--- ./src/gpsdrive.c    2007-09-15 05:24:15.000000000 +0400
+++ ../gpsdrive-2.10~pre4-6.dfsg-my/./src/gpsdrive.c    2014-08-17 
01:51:39.183514745 +0400
@@ -2975,6 +2972,10 @@
     return 0;
 }
 
+static void termhandler (int sig)
+{
+    gtk_main_quit ();
+}
 
 
/*******************************************************************************
  *                                                                             
*
@@ -3390,10 +3384,6 @@
      * setup TERM signal handler so that we can save evrything nicely when the
      * machine is shutdown.
      */
-    void termhandler (int sig)
-       {
-           gtk_main_quit ();
-       }
     signal (SIGTERM, termhandler);

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to