OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gamin?expand=0&rev=1
23 lines
697 B
Diff
23 lines
697 B
Diff
--- server/gam_eq.c.orig 2008-12-22 21:58:44.000000000 +0100
|
|
+++ server/gam_eq.c 2008-12-22 21:56:46.000000000 +0100
|
|
@@ -124,7 +124,7 @@ gam_eq_flush (gam_eq_t *eq, GamConnDataP
|
|
{
|
|
gboolean done_work = FALSE;
|
|
if (!eq)
|
|
- return;
|
|
+ return TRUE;
|
|
|
|
#ifdef GAM_EQ_VERBOSE
|
|
GAM_DEBUG(DEBUG_INFO, "gam_eq: Flushing event queue for %s\n", gam_connection_get_pidname (conn));
|
|
--- server/gam_server.c.orig 2008-12-22 21:58:21.000000000 +0100
|
|
+++ server/gam_server.c 2008-12-22 21:57:49.000000000 +0100
|
|
@@ -532,6 +532,7 @@ gam_error_signal_pipe_handler(gpointer u
|
|
g_io_channel_read_chars(pipe_read_ioc, buf, sizeof(buf), NULL, NULL);
|
|
|
|
gam_error_check();
|
|
+ return TRUE;
|
|
}
|
|
|
|
static void
|
|
|