Browse Source

- fixed DBG_F_MALLOC typo

Andrei Pelinescu-Onciul 20 years ago
parent
commit
3e927c432d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mem/f_malloc.c

+ 1 - 1
mem/f_malloc.c

@@ -518,7 +518,7 @@ void fm_status(struct fm_block* qm)
 				size+=f->size,f=f->u.nxt_free,i++,j++){
 			if (!FRAG_WAS_USED(f)){
 				unused++;
-#ifdef DBG_FM_MALLOC
+#ifdef DBG_F_MALLOC
 				LOG(memlog, "unused fragm.: hash = %3d, fragment %x,"
 							" address %x size %lu, created from %s: %s(%d)\n",
 						    h, f, (char*)f+sizeof(struct fm_frag), f->size,