Port to websocketpp Web server, Ubuntu LV2 headers.
This commit is contained in:
+3
-1
@@ -29,8 +29,11 @@
|
||||
using namespace pipedal;
|
||||
using namespace std;
|
||||
|
||||
#pragma GCC diagnostic ignored "-Wunused-result"
|
||||
|
||||
// find on path, but ONLY /usr/bin and /usr/sbin
|
||||
|
||||
|
||||
static std::filesystem::path findOnSystemPath(const std::string &command)
|
||||
{
|
||||
if (command.length() != 0 && command[0] == '/')
|
||||
@@ -76,7 +79,6 @@ void pipedal::SilentSysExec(const char *szCommand)
|
||||
pclose(output);
|
||||
}
|
||||
}
|
||||
|
||||
int pipedal::SysExec(const char *szCommand)
|
||||
{
|
||||
char *args = strdup(szCommand);
|
||||
|
||||
Reference in New Issue
Block a user