aboutsummaryrefslogtreecommitdiff
path: root/externals/extra/pd~/pd~.c
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-01-16 04:30:36 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-01-16 04:30:36 +0000
commit921cf19e7dc637b04d389c951f765a018ad93424 (patch)
tree4042b87e22ecb4a02f852f503ff000cf0aecf3d1 /externals/extra/pd~/pd~.c
parent0a8ef5c4f13796b17b3805e65117078ef63d2369 (diff)
imported changes from 0.43-1
svn path=/trunk/; revision=15873
Diffstat (limited to 'externals/extra/pd~/pd~.c')
-rw-r--r--externals/extra/pd~/pd~.c2
1 files changed, 1 insertions, 1 deletions
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