aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--popen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/popen.c b/popen.c
index 0272714..74ccd0e 100644
--- a/popen.c
+++ b/popen.c
@@ -32,7 +32,7 @@ static void popen_anything(t_popen *x, t_symbol *s, int argc, t_atom *argv)
{
int i;
char arg[MAXPDSTRING];
- char cmd[20] = "";
+ char cmd[MAXPDSTRING] = "";
FILE *pPipe;
int size = 0;
for (i=0;i<argc;i++) {