X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=mac%2Fmacevlog.c;h=43a2658f81ba9994bfe182833ca456ab966b5c12;hb=7573f3733f3ba896018dc7b1cdd2b3a51b450096;hp=5e3cf12392f1d7ba05f5fbe674fe25793c59917a;hpb=502d5b4e501a273bd4c30c8b24c58cdce3053e8c;p=PuTTY.git 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;