X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/1e5bde5446c67b3efb1e17a154684e9a55e89abe..cbe2d68fd7c7c7bac692b3a2d200a5d2429ab201:/mac/macevlog.c diff --git a/mac/macevlog.c b/mac/macevlog.c index 5e3cf123..43a2658f 100644 --- a/mac/macevlog.c +++ b/mac/macevlog.c @@ -1,4 +1,4 @@ -/* $Id: macevlog.c,v 1.7 2003/04/12 21:06:34 ben Exp $ */ +/* $Id: macevlog.c,v 1.8 2003/05/04 14:18:18 simon Exp $ */ /* * Copyright (c) 2003 Ben Harris * All rights reserved. @@ -101,7 +101,7 @@ void mac_freeeventlog(Session *s) } } -void logevent(void *frontend, char *str) +void logevent(void *frontend, const char *str) { Session *s = frontend; ListBounds bounds, visible;