mirror of
https://github.com/curl/curl.git
synced 2026-07-24 21:07:28 +03:00
curl_memdebug takes a const argument now
This commit is contained in:
parent
3a37c0ae23
commit
1a7e13e166
2 changed files with 2 additions and 2 deletions
|
|
@ -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");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue