Skip to content
Snippets Groups Projects
Commit ad30341f authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

logfile name is const

parent 23da55a9
No related branches found
No related tags found
No related merge requests found
......@@ -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, ...)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment