X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/971bcc0afc69f7e754285167e88885c8893d0229..cbe2d68fd7c7c7bac692b3a2d200a5d2429ab201:/console.c diff --git a/console.c b/console.c index 90b5fa4e..fe201347 100644 --- a/console.c +++ b/console.c @@ -270,7 +270,7 @@ void console_provide_logctx(void *logctx) console_logctx = logctx; } -void logevent(void *frontend, char *string) +void logevent(void *frontend, const char *string) { if (console_logctx) log_eventlog(console_logctx, string);