From 8cb410c63cbec58dc736e160ffe88a67af46e4c9 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 26 Nov 2009 22:28:24 +0000 Subject: Tidy up various bits of the paste code, make the data buffer char * and add comments. --- cmd-set-buffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd-set-buffer.c') diff --git a/cmd-set-buffer.c b/cmd-set-buffer.c index 4e50cc7a..a93a0adf 100644 --- a/cmd-set-buffer.c +++ b/cmd-set-buffer.c @@ -45,7 +45,7 @@ cmd_set_buffer_exec(struct cmd *self, struct cmd_ctx *ctx) struct cmd_buffer_data *data = self->data; struct session *s; u_int limit; - u_char *pdata; + char *pdata; size_t psize; if ((s = cmd_find_session(ctx, data->target)) == NULL) -- cgit v1.2.3