Changeset 391 for trunk/xc_malloc.c
- Timestamp:
- 2007-05-23T03:00:26+02:00 (6 years ago)
- File:
-
- 1 edited
-
trunk/xc_malloc.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xc_malloc.c
r390 r391 121 121 /* requires at least the header and 1 tail block */ 122 122 if (size < MINSIZE) { 123 fprintf(stderr, "xc_mem_malloc_init requires % d bytes at least\n",MINSIZE);123 fprintf(stderr, "xc_mem_malloc_init requires %lu bytes at least\n", (unsigned long) MINSIZE); 124 124 return NULL; 125 125 }
Note: See TracChangeset
for help on using the changeset viewer.

