gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r34709 - gnunet/src/psyc


From: gnunet
Subject: [GNUnet-SVN] r34709 - gnunet/src/psyc
Date: Fri, 19 Dec 2014 23:49:36 +0100

Author: grothoff
Date: 2014-12-19 23:49:35 +0100 (Fri, 19 Dec 2014)
New Revision: 34709

Modified:
   gnunet/src/psyc/psyc_util_lib.c
Log:
-and this is why the NULL comes FIRST

Modified: gnunet/src/psyc/psyc_util_lib.c
===================================================================
--- gnunet/src/psyc/psyc_util_lib.c     2014-12-19 22:48:34 UTC (rev 34708)
+++ gnunet/src/psyc/psyc_util_lib.c     2014-12-19 22:49:35 UTC (rev 34709)
@@ -624,7 +624,7 @@
 
     *data_size = value_size;
     memcpy (data, value, value_size);
-    return (tmit->mod_value = NULL) ? GNUNET_YES : GNUNET_NO;
+    return (NULL == tmit->mod_value) ? GNUNET_YES : GNUNET_NO;
   }
 }
 




reply via email to

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