diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-06-26 06:45:15 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-06-26 06:45:15 +0000 |
commit | 204f03912fcb1c2909e5f2a355dffa8fe2694d9d (patch) | |
tree | c2583fbf51b9d0605a2132df7bc84ac0fc2a88e5 | |
parent | f8c3b3aa1812499706569b7c251968ff94bd2f60 (diff) |
We noe use CURLDEBUG instead of MALLOCDEBUG
-rw-r--r-- | lib/base64.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |