mirror of
https://github.com/curl/curl.git
synced 2026-05-16 21:56:19 +03:00
CURLDEBUG not MALLOCDEBUG anymore
This commit is contained in:
parent
8736c11d84
commit
449e5bc2ad
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#include "test.h"
|
||||
|
||||
#ifdef MALLOCDEBUG
|
||||
#ifdef CURLDEBUG
|
||||
/* provide a proto for this debug function */
|
||||
extern void curl_memdebug(const char *);
|
||||
#endif
|
||||
|
|
@ -24,7 +24,7 @@ int main(int argc, char **argv)
|
|||
|
||||
fprintf(stderr, "URL: %s\n", URL);
|
||||
|
||||
#ifdef MALLOCDEBUG
|
||||
#ifdef CURLDEBUG
|
||||
curl_memdebug("memdump");
|
||||
#endif
|
||||
return test(URL);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue