mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
logfile name is const
This commit is contained in:
parent
23da55a9f1
commit
ad30341fa2
@ -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…
Reference in New Issue
Block a user