aboutsummaryrefslogtreecommitdiff
path: root/src/pdf~.c
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2011-09-27 13:19:31 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2011-09-27 13:19:31 +0000
commit3fb29e9e5dcd1b929cf32e79b90ca60ea3f0b360 (patch)
tree8578e2d15e15d3165ae94bcbee30392cbbb57533 /src/pdf~.c
parent29de46caad9e8da79d9317041c88989b03a5317d (diff)
fixed minor issues
svn path=/trunk/externals/zexy/; revision=15365
Diffstat (limited to 'src/pdf~.c')
-rw-r--r--src/pdf~.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pdf~.c b/src/pdf~.c
index 7ee32d4..fd82d1c 100644
--- a/src/pdf~.c
+++ b/src/pdf~.c
@@ -96,11 +96,9 @@ static void *pdf_new(t_floatarg f)
{
int i = f;
t_pdf *x = (t_pdf *)pd_new(pdf_class);
- t_float *buf;
x->size = (i)?i:64;
x->buf = (t_float *)getbytes(x->size * sizeof(*x->buf));
- buf = x->buf;
clear_pdfbuf(x);
outlet_new(&x->x_obj, &s_list);