From fb5547a65d805fae2daa06ccf3b9dea234ffc4d8 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sat, 24 May 2008 01:44:50 +0000 Subject: added [plugindir( message and set default plugindir in _new*( functions svn path=/trunk/externals/pdvjtools/; revision=9892 --- pdp_freeframe/pdp_freeframe.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pdp_freeframe/pdp_freeframe.c') diff --git a/pdp_freeframe/pdp_freeframe.c b/pdp_freeframe/pdp_freeframe.c index 3bbe767..7266bd0 100644 --- a/pdp_freeframe/pdp_freeframe.c +++ b/pdp_freeframe/pdp_freeframe.c @@ -192,7 +192,8 @@ void ff_freeplugins(t_pdp_freeframe *x) static void pdp_freeframe_plugindir(t_pdp_freeframe *x, t_symbol *s) { x->plugindir = s; - ff_loadplugins(x, x->plugindir); + if( s != &s_) + ff_loadplugins(x, x->plugindir); } static void pdp_freeframe_process_rgb(t_pdp_freeframe *x) -- cgit v1.2.1