Skip to content

Commit

Permalink
fix clip build for 64 bits
Browse files Browse the repository at this point in the history
closes #647
  • Loading branch information
porres committed Aug 16, 2024
1 parent 2b2464a commit 8f9de21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cyclone_objects/binaries/control/clip.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
typedef struct _clip
{
t_object x_ob;
float x_f1;
float x_f2;
t_float x_f1;
t_float x_f2;
int x_size; /* as allocated */
t_atom *x_message;
t_atom x_messini[CLIP_INISIZE];
Expand Down

0 comments on commit 8f9de21

Please sign in to comment.