From 204f03912fcb1c2909e5f2a355dffa8fe2694d9d Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 26 Jun 2003 06:45:15 +0000 Subject: [PATCH] We noe use CURLDEBUG instead of MALLOCDEBUG --- lib/base64.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/base64.c b/lib/base64.c index 3b36fd0b9..4f48cc0b8 100644 --- a/lib/base64.c +++ b/lib/base64.c @@ -42,7 +42,7 @@ #include "base64.h" -#ifdef MALLOCDEBUG +#ifdef CURLDEBUG #include "memdebug.h" #endif