~ubuntu-branches/ubuntu/raring/pd-smlib/raring-proposed

« back to all changes in this revision

Viewing changes to vvconv.c

  • Committer: Package Import Robot
  • Author(s): Hans-Christoph Steiner
  • Date: 2012-09-25 12:20:08 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120925122008-jhr5hyl3juh91eyv
Tags: 0.12.2-1
* updated to upstream version v0.12.2
* removed patches since they are in new upstream release
* bumped standards version to 3.9.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
      SETFLOAT(a, *g++);
102
102
      a++;
103
103
    }
104
 
    freebytes(f,sizeof(float)*n);
 
104
    freebytes(f,sizeof(t_float)*n);
105
105
  }
106
106
  outlet_list(x->x_obj.ob_outlet, gensym("list"), n, ap);
107
107
  freebytes(ap, sizeof(t_atom)*n);