diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-06-26 06:50:32 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-06-26 06:50:32 +0000 |
commit | 2bd71d70ff8b14649840e16b497acf0ca1e0e32f (patch) | |
tree | a4385da55fad823b714abf01a1bd111bdf3e7dcf /lib/escape.c | |
parent | 1eef6f44ba59c051870324a4c9405c000ac1eaf2 (diff) | |
download | curl-2bd71d70ff8b14649840e16b497acf0ca1e0e32f.tar.gz |
use CURLDEBUG instead of MALLOCDEBUG
Diffstat (limited to 'lib/escape.c')
-rw-r--r-- | lib/escape.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/escape.c b/lib/escape.c index 354b284e2..21acfae2d 100644 --- a/lib/escape.c +++ b/lib/escape.c @@ -33,7 +33,7 @@ #include <string.h> /* The last #include file should be: */ -#ifdef MALLOCDEBUG +#ifdef CURLDEBUG #include "memdebug.h" #endif |