gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r9660 - GNUnet/src/applications/fs/ecrs


From: gnunet
Subject: [GNUnet-SVN] r9660 - GNUnet/src/applications/fs/ecrs
Date: Wed, 2 Dec 2009 12:15:17 +0100

Author: grothoff
Date: 2009-12-02 12:15:17 +0100 (Wed, 02 Dec 2009)
New Revision: 9660

Modified:
   GNUnet/src/applications/fs/ecrs/downloadtest.c
Log:
fix

Modified: GNUnet/src/applications/fs/ecrs/downloadtest.c
===================================================================
--- GNUnet/src/applications/fs/ecrs/downloadtest.c      2009-12-02 10:08:16 UTC 
(rev 9659)
+++ GNUnet/src/applications/fs/ecrs/downloadtest.c      2009-12-02 11:15:17 UTC 
(rev 9660)
@@ -153,7 +153,7 @@
                                                           NULL))
         {
           fd = GNUNET_disk_file_open (NULL, tmpName, O_RDONLY);
-         GNUNET_assert (fd != -1);
+         GNUNET_GE_ASSERT (NULL, fd != -1);
           if ((size != READ (fd, in, size)) ||
               (0 != memcmp (&buf[j], &in[j], 16 * 1024)))
             {





reply via email to

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