1
0
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:
Bryan Roe
2020-06-03 15:54:09 -07:00
parent 08bcfbfcc5
commit 51a3bc5384
4 changed files with 93 additions and 14 deletions

View File

@@ -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)