[Xfce4-commits] [xfce/tumbler] 01/01: Fix uninitialized variable

noreply at xfce.org noreply at xfce.org
Tue Sep 11 19:20:22 CEST 2018


This is an automated email from the git hooks/post-receive script.

a   l   i       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository xfce/tumbler.

commit 493f35ee50986a2346deca35cfe8cd918ab354fb
Author: Olivier Duchateau <duchateau.olivier at gmail.com>
Date:   Sat Sep 8 18:03:32 2018 +0200

    Fix uninitialized variable
    
    Signed-off-by: Ali Abdallah <ali at xfce.org>
---
 tumblerd/tumbler-group-scheduler.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tumblerd/tumbler-group-scheduler.c b/tumblerd/tumbler-group-scheduler.c
index 49cc70d..c1a78c4 100644
--- a/tumblerd/tumbler-group-scheduler.c
+++ b/tumblerd/tumbler-group-scheduler.c
@@ -422,7 +422,7 @@ tumbler_group_scheduler_thread (gpointer data,
   GList                   *missing_uris = NULL;
   GList                   *lp;
   guint                    n;
-  gint                     error_code;
+  gint                     error_code = 0;
 
   g_return_if_fail (TUMBLER_IS_GROUP_SCHEDULER (scheduler));
   g_return_if_fail (request != NULL);

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list