curl_memdebug takes a const argument now
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
FILE *logfile;
|
||||
|
||||
/* this sets the log file name */
|
||||
void curl_memdebug(char *logname)
|
||||
void curl_memdebug(const char *logname)
|
||||
{
|
||||
logfile = fopen(logname, "w");
|
||||
}
|
||||
|
Reference in New Issue
Block a user