gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r14021 - gnunet/src/fs


From: gnunet
Subject: [GNUnet-SVN] r14021 - gnunet/src/fs
Date: Wed, 22 Dec 2010 11:56:46 +0100

Author: grothoff
Date: 2010-12-22 11:56:46 +0100 (Wed, 22 Dec 2010)
New Revision: 14021

Modified:
   gnunet/src/fs/fs_test_lib.c
Log:
fix

Modified: gnunet/src/fs/fs_test_lib.c
===================================================================
--- gnunet/src/fs/fs_test_lib.c 2010-12-22 10:54:44 UTC (rev 14020)
+++ gnunet/src/fs/fs_test_lib.c 2010-12-22 10:56:46 UTC (rev 14021)
@@ -580,7 +580,8 @@
   uint8_t *cbuf = buf;
   int mod;
 
-  *emsg = NULL;
+  if (emsg != NULL)
+    *emsg = NULL;
   if (buf == NULL)
     return 0;
   for (pos=0;pos<8;pos++)




reply via email to

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