aboutsummaryrefslogtreecommitdiff
path: root/src/sfplay.c
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2008-01-03 11:15:25 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2008-01-03 11:15:25 +0000
commit34a2ba5cba836ebc1211b33381c648160ca71ef5 (patch)
treebe8e947aea87766c519853e6ab8fc1bd71425194 /src/sfplay.c
parent9dd67c7311b245bb138545f097b60b07bb4976b5 (diff)
use t_float/t_sample instead of "float" and where appropriate
svn path=/trunk/externals/zexy/; revision=9111
Diffstat (limited to 'src/sfplay.c')
-rw-r--r--src/sfplay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sfplay.c b/src/sfplay.c
index 5a9e145..74805f2 100644
--- a/src/sfplay.c
+++ b/src/sfplay.c
@@ -251,7 +251,7 @@ static void sfplay_start(t_sfplay *x)
#endif
/* new offset postion ? (fom inlet offset) */
- if( ((float) of) != x->x_offset)
+ if( ((t_float) of) != x->x_offset)
{
x->skip=1;
x->x_offset = of;