aboutsummaryrefslogtreecommitdiff
path: root/src/sfplay.c
diff options
context:
space:
mode:
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;