aboutsummaryrefslogtreecommitdiff
path: root/toxy/tot.c
diff options
context:
space:
mode:
authorN.N. <krzyszcz@users.sourceforge.net>2005-02-28 13:10:41 +0000
committerN.N. <krzyszcz@users.sourceforge.net>2005-02-28 13:10:41 +0000
commit1eef182b31a4cb2f55e26e7527469fc2902368a3 (patch)
treea08b51f0c41fb879f4d62f3bb4a6d5860d22b4fe /toxy/tot.c
parentbfb359fd22e61faaca3a6e49ad3b7a81f2d71551 (diff)
cyclone alpha53 (see notes.txt for cyclone, bin and shared)
svn path=/trunk/externals/miXed/; revision=2590
Diffstat (limited to 'toxy/tot.c')
-rw-r--r--toxy/tot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxy/tot.c b/toxy/tot.c
index 65bfe9a..ef2c978 100644
--- a/toxy/tot.c
+++ b/toxy/tot.c
@@ -259,7 +259,7 @@ static void tot_click(t_tot *x, t_floatarg xpos, t_floatarg ypos,
char *head = scriptlet_getcontents(x->x_persistent, &nleft);
char buf[MAXPDSTRING + 1];
buf[MAXPDSTRING] = 0;
- hammereditor_open(x->x_filehandle, "scriptlet editor");
+ hammereditor_open(x->x_filehandle, "scriptlet editor", 0);
while (nleft > 0)
{
if (nleft > MAXPDSTRING)