summaryrefslogtreecommitdiffstats
path: root/ax25/axwrapper.c
diff options
context:
space:
mode:
Diffstat (limited to 'ax25/axwrapper.c')
-rw-r--r--ax25/axwrapper.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ax25/axwrapper.c b/ax25/axwrapper.c
index 15989b0..641730d 100644
--- a/ax25/axwrapper.c
+++ b/ax25/axwrapper.c
@@ -70,7 +70,8 @@ void convert_lf_cr(unsigned char *buf, int len)
int main(int argc, char **argv)
{
- unsigned char buf[4096], *stdoutbuf;
+ unsigned char buf[4096];
+ char *stdoutbuf;
int pipe_in[2];
int pipe_out[2];
int pipe_err[2];