aboutsummaryrefslogtreecommitdiff
path: root/src/fwriteln.c
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2008-01-03 12:11:24 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2008-01-03 12:11:24 +0000
commit1b67b9b68a88c3c365caa24f4edd415726948734 (patch)
treebf630dac330cfd0045af27744e61511813552fe0 /src/fwriteln.c
parentcecea45d580c99f052409a53e7c3007754e9f3f5 (diff)
run with "-pedantic" and "-std=c99": removed warnings
svn path=/trunk/externals/zexy/; revision=9113
Diffstat (limited to 'src/fwriteln.c')
-rw-r--r--src/fwriteln.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fwriteln.c b/src/fwriteln.c
index 4c1d9fb..a6a9689 100644
--- a/src/fwriteln.c
+++ b/src/fwriteln.c
@@ -239,7 +239,6 @@ static void *fwriteln_new(t_symbol *s, int argc, t_atom *argv)
strncat(x->format_string_afloats,width_str,2);
strncat(x->format_string_afloats,precision_str,3);
strncat(x->format_string_afloats,float_format,2);
- //post("format string: \"%s\"\n",x->format_string_afloats);
return (void *)x;
}