aboutsummaryrefslogtreecommitdiff
path: root/src/makesymbol.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/makesymbol.c')
-rw-r--r--src/makesymbol.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/makesymbol.c b/src/makesymbol.c
index fecb241..3c4ada6 100644
--- a/src/makesymbol.c
+++ b/src/makesymbol.c
@@ -29,7 +29,7 @@
#include <stdio.h>
#define MAXSTRINGARGS 10
-#define MAXSTRINGLENG 80
+#define MAXSTRINGLENG MAXPDSTRING
/* ----------------------- makesymbol --------------------- */
@@ -125,8 +125,6 @@ static void helper(t_makesymbol *x)
"\ninlet2 : <format-string>: new format-string (symbol !)"
"\noutlet : <symbol>\t: formatted concatenation");
post("\ncreation:\"makesymbol [<format-string>]\": C-style format-string (%s only)", "%s");
-
-post("\n\nmasq = %s", x->mask);
}
void makesymbol_setup(void)