aboutsummaryrefslogtreecommitdiff
path: root/pd/src/s_inter.c
diff options
context:
space:
mode:
authorMiller Puckette <millerpuckette@users.sourceforge.net>2006-06-03 19:13:08 +0000
committerMiller Puckette <millerpuckette@users.sourceforge.net>2006-06-03 19:13:08 +0000
commitbeb2211b63b4b80ee07a807e5ffdd441aeea6354 (patch)
tree876eb052d5cec7755053328a470c75e0638b6b94 /pd/src/s_inter.c
parenteb976fa09171036cbaeaabf920708b2d39c49acc (diff)
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
Diffstat (limited to 'pd/src/s_inter.c')
-rw-r--r--pd/src/s_inter.c2
1 files changed, 2 insertions, 0 deletions
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));