From beb2211b63b4b80ee07a807e5ffdd441aeea6354 Mon Sep 17 00:00:00 2001 From: Miller Puckette Date: Sat, 3 Jun 2006 19:13:08 +0000 Subject: FFT package selection Zmoelnig's multi-'$' patch big-soundfile support Patch to set open directories (openpanel, savepanel) patch to allow funny characters in extern names fixed makefile.in to support intel mac svn path=/trunk/; revision=5164 --- pd/src/s_inter.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pd/src/s_inter.c') diff --git a/pd/src/s_inter.c b/pd/src/s_inter.c index 90623df6..520ae882 100644 --- a/pd/src/s_inter.c +++ b/pd/src/s_inter.c @@ -788,6 +788,8 @@ void sys_queuegui(void *client, t_glist *glist, t_guicallbackfn f) for (gq = sys_guiqueuehead; gq->gq_next; gq = gq->gq_next) if (gq->gq_client == client) return; + if (gq->gq_client == client) + return; gqnextptr = &gq->gq_next; } gq = t_getbytes(sizeof(*gq)); -- cgit v1.2.1