Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Rishabh Gupta
purr-data
Commits
42ff71ab
Commit
42ff71ab
authored
Nov 08, 2014
by
Ivica Bukvic
Browse files
*increased maximum buffer size between tk and c to allow long and elaborate paths to stick.
parent
45d38654
Changes
1
Show whitespace changes
Inline
Side-by-side
pd/src/t_tkcmd.c
View file @
42ff71ab
...
@@ -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
)
{
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment