mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-06-30 19:12:48 -05:00
Colin's const-fixing Patch Of Death. Seems to build fine on Windows
as well as Unix, so it can go in. [originally from svn r3162]
This commit is contained in:
@ -258,7 +258,7 @@ void old_keyfile_warning(void)
|
||||
fputs(message, stderr);
|
||||
}
|
||||
|
||||
void logevent(void *frontend, char *string)
|
||||
void logevent(void *frontend, const char *string)
|
||||
{
|
||||
log_eventlog(logctx, string);
|
||||
}
|
||||
|
Reference in New Issue
Block a user