From 42ff71abd8d912c137fdf0292dca0c7d71630378 Mon Sep 17 00:00:00 2001 From: Ivica Ico Bukvic <ico@vt.edu> Date: Sat, 8 Nov 2014 16:13:07 -0500 Subject: [PATCH] *increased maximum buffer size between tk and c to allow long and elaborate paths to stick. --- pd/src/t_tkcmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pd/src/t_tkcmd.c b/pd/src/t_tkcmd.c index 3cbac0751..7d74641dc 100644 --- a/pd/src/t_tkcmd.c +++ b/pd/src/t_tkcmd.c @@ -506,7 +506,7 @@ static char *pdgui_path; /* The "pd" command, which cats its args together and throws the result * at the Pd interpreter. */ -#define MAXWRITE 1024 +#define MAXWRITE 8192 static int pdCmd(ClientData cd, Tcl_Interp *interp, int argc, char **argv) { -- GitLab