Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mRemoteNG/PuTTYNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Kaim <sean.kaim@gmail.com>2017-04-14 23:39:58 +0300
committerSean Kaim <sean.kaim@gmail.com>2017-04-14 23:39:58 +0300
commit33759dc0bbb9e91b0529b97be92dbc78827514f6 (patch)
tree26a0b15675da7ccd324d19d8f8c469b236552eda /LOGGING.C
parentb8e13e10a09e6e1170cd6b5f1d2f19e775997970 (diff)
merge upstream 0.68 tag
https://git.tartarus.org/?p=simon/putty.git;a=commit;h=23fbc4f56b04ca5d387c16720caa05ddf2d63e2f
Diffstat (limited to 'LOGGING.C')
-rw-r--r--LOGGING.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/LOGGING.C b/LOGGING.C
index a40d32a6..865fe9b8 100644
--- a/LOGGING.C
+++ b/LOGGING.C
@@ -256,7 +256,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)