summaryrefslogtreecommitdiffstats
path: root/cmd-set-buffer.c
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2009-11-28 14:54:12 +0000
committerTiago Cunha <tcunha@gmx.com>2009-11-28 14:54:12 +0000
commitfabf40b3b3c9f37930aa99e40771a069a9c94adf (patch)
treef1aa668369ce2d47db3dae1390a057143d4136b7 /cmd-set-buffer.c
parent66bf2e2f040b9fc1a6f06f5076858c810b54b194 (diff)
Sync OpenBSD patchset 569:
Tidy up various bits of the paste code, make the data buffer char * and add comments.
Diffstat (limited to 'cmd-set-buffer.c')
-rw-r--r--cmd-set-buffer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd-set-buffer.c b/cmd-set-buffer.c
index b7a35451..dfcd1473 100644
--- a/cmd-set-buffer.c
+++ b/cmd-set-buffer.c
@@ -1,4 +1,4 @@
-/* $Id: cmd-set-buffer.c,v 1.11 2009-11-14 17:56:39 tcunha Exp $ */
+/* $Id: cmd-set-buffer.c,v 1.12 2009-11-28 14:54:12 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -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)