aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fwriteln.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fwriteln.c b/src/fwriteln.c
index 45e45ea..15d490d 100644
--- a/src/fwriteln.c
+++ b/src/fwriteln.c
@@ -192,7 +192,7 @@ static void *fwriteln_new(t_symbol *s, int argc, t_atom *argv)
char float_format[3]="g ";
char width_str[3]="";
char precision_str[4]="";
- char prefix[2]="%";
+ char prefix[3]="%";
t_fwriteln *x = (t_fwriteln *)pd_new(fwriteln_class);
x->x_filename=0;
x->x_file=0;