Bug#758452: Updated patch
Александр Овчинников
sanek23994 at gmail.com
Sun Aug 17 20:54:19 UTC 2014
Hello,
Please use the patch from the attached. The previous patch was wrong.
--
Alexander
Best regards.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-grass-devel/attachments/20140818/675cfc18/attachment.html>
-------------- next part --------------
--- ./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);
More information about the Pkg-grass-devel
mailing list