gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet-gtk] branch master updated: ensure event init even


From: gnunet
Subject: [GNUnet-SVN] [gnunet-gtk] branch master updated: ensure event init even if type not in enum
Date: Wed, 21 Aug 2019 11:17:45 +0200

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

grothoff pushed a commit to branch master
in repository gnunet-gtk.

The following commit(s) were added to refs/heads/master by this push:
     new dafc5d5b ensure event init even if type not in enum
dafc5d5b is described below

commit dafc5d5bf5d693b63f0b7d4463273d0502cfc9d9
Author: Christian Grothoff <address@hidden>
AuthorDate: Wed Aug 21 11:16:07 2019 +0200

    ensure event init even if type not in enum
---
 src/conversation/gnunet-conversation-gtk_history.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/conversation/gnunet-conversation-gtk_history.c 
b/src/conversation/gnunet-conversation-gtk_history.c
index b8baff90..6a750b4f 100644
--- a/src/conversation/gnunet-conversation-gtk_history.c
+++ b/src/conversation/gnunet-conversation-gtk_history.c
@@ -83,6 +83,7 @@ GCG_HISTORY_add (enum GCG_HISTORY_Type type,
   const char *event;
   const char *ts;
 
+  event = NULL; /* just to be safe... */
   switch (type)
   {
   case GCG_HISTORY_TYPE_OUTGOING_CALL:

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]