about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/libraries/gamin/returnval.patch
blob: 3944b14be64cae53ca76f28298d0c0e868aa54f7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
diff -rupN gamin-0.1.10-orig/server/gam_eq.c gamin-0.1.10/server/gam_eq.c
--- gamin-0.1.10-orig/server/gam_eq.c	2015-04-05 19:25:54.000000000 -0400
+++ gamin-0.1.10/server/gam_eq.c	2015-04-05 19:26:00.000000000 -0400
@@ -124,7 +124,7 @@ gam_eq_flush (gam_eq_t *eq, GamConnDataP
 {
 	gboolean done_work = FALSE;
 	if (!eq)
-		return;
+		return done_work;
 
 #ifdef GAM_EQ_VERBOSE
 	GAM_DEBUG(DEBUG_INFO, "gam_eq: Flushing event queue for %s\n", gam_connection_get_pidname (conn));