mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-06 00:13:33 +00:00
1. Improved clipboard on linux if xclip is installed
2. Fixed compiler warnings
This commit is contained in:
@@ -280,7 +280,6 @@ duk_ret_t ILibDuktape_SpawnedProcess_SIGCHLD_sink(duk_context *ctx)
|
||||
}
|
||||
else
|
||||
{
|
||||
printf("Not DETACHED\n");
|
||||
// We are not detached, so we need to call the same method that broken pipe would've
|
||||
ILibDuktape_ChildProcess_SubProcess *childprocess = (ILibDuktape_ChildProcess_SubProcess*)Duktape_GetBufferProperty(ctx, -1, ILibDuktape_ChildProcess_MemBuf);
|
||||
if (childprocess != NULL)
|
||||
|
||||
Reference in New Issue
Block a user