aboutsummaryrefslogtreecommitdiff
path: root/vabs.c
diff options
context:
space:
mode:
Diffstat (limited to 'vabs.c')
-rw-r--r--vabs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vabs.c b/vabs.c
index c928c5e..8c2a3b1 100644
--- a/vabs.c
+++ b/vabs.c
@@ -21,7 +21,7 @@ static void vabs_perform(t_vabs *x, t_symbol *s, int argc, t_atom *argv)
for (i = 0; i < argc; i++)
{
- float f=atom_getfloat(argv++);
+ t_float f=atom_getfloat(argv++);
SETFLOAT(app, f>0?f:-f);
app++;
}