Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Wynn
purr-data
Commits
1587ca2c
Commit
1587ca2c
authored
Apr 04, 2018
by
Albert Gräf
Browse files
pd~: get rid of hard-coded path to pd-l2ork executable. Fixes #456.
parent
cbaa90dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/extra/pd~/pd~.c
View file @
1587ca2c
...
...
@@ -396,7 +396,7 @@ static void pd_tilde_donew(t_pd_tilde *x, char *pddir, char *schedlibdir,
close
(
pipe1
[
1
]);
if
(
pipe2
[
0
]
>=
2
)
close
(
pipe2
[
0
]);
execv
(
"/usr/lib/pd-l2ork/bin/pd-l2ork"
,
execargv
);
execv
(
pdexecbuf
,
execargv
);
perror
(
"pd~ execv:"
);
_exit
(
1
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment