]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - logging.c
Giant const-correctness patch of doom!
[PuTTY.git] / logging.c
index 26634f7738bb5d3beb0ba87306f780fc9e586e7b..899fa27becc9748dfcdacabc4e0d7071eb4e8fd9 100644 (file)
--- a/logging.c
+++ b/logging.c
@@ -233,7 +233,7 @@ void log_eventlog(void *handle, const char *event)
  * Set of blanking areas must be in increasing order.
  */
 void log_packet(void *handle, int direction, int type,
-               char *texttype, const void *data, int len,
+               const char *texttype, const void *data, int len,
                int n_blanks, const struct logblank_t *blanks,
                const unsigned long *seq,
                 unsigned downstream_id, const char *additional_log_text)