gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r5843 - GNUnet/src/applications/gap


From: gnunet
Subject: [GNUnet-SVN] r5843 - GNUnet/src/applications/gap
Date: Sun, 9 Dec 2007 19:23:36 -0700 (MST)

Author: grothoff
Date: 2007-12-09 19:23:36 -0700 (Sun, 09 Dec 2007)
New Revision: 5843

Modified:
   GNUnet/src/applications/gap/gaptest3.c
Log:
fix

Modified: GNUnet/src/applications/gap/gaptest3.c
===================================================================
--- GNUnet/src/applications/gap/gaptest3.c      2007-12-10 02:14:59 UTC (rev 
5842)
+++ GNUnet/src/applications/gap/gaptest3.c      2007-12-10 02:23:36 UTC (rev 
5843)
@@ -93,7 +93,7 @@
   name = makeName (size);
   fd =
     GNUNET_disk_file_open (ectx, name, O_WRONLY | O_CREAT, S_IWUSR | S_IRUSR);
-  buf = GNUNET_malloc_LARGE (size);
+  buf = GNUNET_malloc_large (size);
   memset (buf, size + size / 253, size);
   for (i = 0; i < (int) (size - 42 - sizeof (GNUNET_HashCode));
        i += sizeof (GNUNET_HashCode))





reply via email to

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