diff options
author | N.N. <krzyszcz@users.sourceforge.net> | 2004-02-19 22:23:18 +0000 |
---|---|---|
committer | N.N. <krzyszcz@users.sourceforge.net> | 2004-02-19 22:23:18 +0000 |
commit | d0f6986345970955d6390a6953c35babf587c262 (patch) | |
tree | b9c55d804a317558da506f9655ff495856ef47d8 /cyclone/hammer/grab.c | |
parent | d405128358369b5b7424c086c67345d12edfde7d (diff) |
many small improvements in toxy, plustot added
svn path=/trunk/externals/miXed/; revision=1321
Diffstat (limited to 'cyclone/hammer/grab.c')
-rw-r--r-- | cyclone/hammer/grab.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/cyclone/hammer/grab.c b/cyclone/hammer/grab.c index a54a3eb..2ffc152 100644 --- a/cyclone/hammer/grab.c +++ b/cyclone/hammer/grab.c @@ -89,10 +89,9 @@ static t_pd *grab_next(t_grab *x) nextremote: if (x->x_tograbbed) { - t_inlet *ip; int inno; - x->x_tograbbed = obj_nexttraverseoutlet(x->x_tograbbed, - &x->x_grabbed, &ip, &inno); + x->x_tograbbed = + fragile_outlet_nextconnection(x->x_tograbbed, &x->x_grabbed, &inno); if (x->x_grabbed) { if (inno) |