[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r2133 - GNUnet/src/util
From: |
grothoff |
Subject: |
[GNUnet-SVN] r2133 - GNUnet/src/util |
Date: |
Tue, 20 Sep 2005 21:50:12 -0700 (PDT) |
Author: grothoff
Date: 2005-09-20 21:50:09 -0700 (Tue, 20 Sep 2005)
New Revision: 2133
Modified:
GNUnet/src/util/state.c
Log:
mantis 936
Modified: GNUnet/src/util/state.c
===================================================================
--- GNUnet/src/util/state.c 2005-09-20 22:57:13 UTC (rev 2132)
+++ GNUnet/src/util/state.c 2005-09-21 04:50:09 UTC (rev 2133)
@@ -148,7 +148,7 @@
return -1;
}
- *result = MALLOC(fsize);
+ *result = xmalloc_unchecked_(fsize, __FILE__, __SIZE__);
size = READ(fd,
*result,
fsize);
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r2133 - GNUnet/src/util,
grothoff <=