From 921cf19e7dc637b04d389c951f765a018ad93424 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 16 Jan 2012 04:30:36 +0000 Subject: imported changes from 0.43-1 svn path=/trunk/; revision=15873 --- externals/extra/pd~/pd~.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'externals/extra/pd~/pd~.c') diff --git a/externals/extra/pd~/pd~.c b/externals/extra/pd~/pd~.c index 5fa1adb5..9c9d335e 100644 --- a/externals/extra/pd~/pd~.c +++ b/externals/extra/pd~/pd~.c @@ -205,7 +205,7 @@ static void pd_tilde_donew(t_pd_tilde *x, char *pddir, char *schedlibdir, } } snprintf(cmdbuf, MAXPDSTRING, -"%s -schedlib %s/pdsched -path %s -inchannels %d -outchannels %d -r %g %s\n", +"'%s' -schedlib '%s'/pdsched -path '%s' -inchannels %d -outchannels %d -r %g %s\n", pdexecbuf, schedlibdir, patchdir, ninsig, noutsig, samplerate, pdargs); #if 0 #ifdef PD -- cgit v1.2.1