X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=unix%2Fuxmisc.c;h=e2c2de3232e05103fc7e5d8ddd39ee3b8bbde87f;hb=89da2ddf564a93414ee9ab2df3f053608094e417;hp=95133a0393e4379d93cecb7695f238caeda30328;hpb=fb4fbe11588d3e53be99909f57dd179d1105aaf5;p=PuTTY.git diff --git a/unix/uxmisc.c b/unix/uxmisc.c index 95133a03..e2c2de32 100644 --- a/unix/uxmisc.c +++ b/unix/uxmisc.c @@ -98,7 +98,7 @@ Filename *filename_deserialise(void *vdata, int maxsize, int *used) #ifdef DEBUG static FILE *debug_fp = NULL; -void dputs(char *buf) +void dputs(const char *buf) { if (!debug_fp) { debug_fp = fopen("debug.log", "w");