From 981f641ef44fe4d72dcb0e1248a2f96ba53cee69 Mon Sep 17 00:00:00 2001 From: Miller Puckette Date: Sat, 6 Nov 2004 16:07:34 +0000 Subject: 0.38 test 9 (mostly bug fixes) svn path=/trunk/; revision=2226 --- pd/src/s_audio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pd/src/s_audio.c') diff --git a/pd/src/s_audio.c b/pd/src/s_audio.c index 90500790..8ae63198 100644 --- a/pd/src/s_audio.c +++ b/pd/src/s_audio.c @@ -687,7 +687,7 @@ void glob_audio_properties(t_pd *dummy, t_floatarg flongform) audiooutchan1, audiooutchan2, audiooutchan3, audiooutchan4, rate, advance, canmulti, (flongform != 0)); gfxstub_deleteforkey(0); - gfxstub_new(&glob_pdobject, glob_audio_properties, buf); + gfxstub_new(&glob_pdobject, (void *)glob_audio_properties, buf); } /* new values from dialog window */ -- cgit v1.2.1