mirror of
https://github.com/curl/curl.git
synced 2026-05-01 06:07:51 +03:00
logfile name is const
This commit is contained in:
parent
23da55a9f1
commit
ad30341fa2
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ int ourerrno(void)
|
|||
}
|
||||
|
||||
/* someone else must set this properly */
|
||||
extern char *serverlogfile;
|
||||
extern const char *serverlogfile;
|
||||
|
||||
void logmsg(const char *msg, ...)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue