Skip to content
Snippets Groups Projects
Commit 42ff71ab authored by Ivica Bukvic's avatar Ivica Bukvic
Browse files

*increased maximum buffer size between tk and c to allow long and elaborate paths to stick.

parent 45d38654
No related branches found
No related tags found
Loading
...@@ -506,7 +506,7 @@ static char *pdgui_path; ...@@ -506,7 +506,7 @@ static char *pdgui_path;
/* The "pd" command, which cats its args together and throws the result /* The "pd" command, which cats its args together and throws the result
* at the Pd interpreter. * at the Pd interpreter.
*/ */
#define MAXWRITE 1024 #define MAXWRITE 8192
static int pdCmd(ClientData cd, Tcl_Interp *interp, int argc, char **argv) static int pdCmd(ClientData cd, Tcl_Interp *interp, int argc, char **argv)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment