]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - unix/uxmisc.c
Giant const-correctness patch of doom!
[PuTTY.git] / unix / uxmisc.c
index 95133a0393e4379d93cecb7695f238caeda30328..e2c2de3232e05103fc7e5d8ddd39ee3b8bbde87f 100644 (file)
@@ -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");