Update to latest libgsystem
Has a bugfix change to gs_subprocess_new().
This commit is contained in:
parent
ad956ff9e2
commit
fddc11ca74
|
|
@ -1 +1 @@
|
|||
Subproject commit 17053992189a7a4ee2fe8540bb35832a5f695a77
|
||||
Subproject commit 0734be8c1211ba04ecdd14ff30b6c07dbf3b9a84
|
||||
|
|
@ -40,7 +40,7 @@ ot_spawn_sync_checked (const char *cwd,
|
|||
if (cwd)
|
||||
gs_subprocess_context_set_cwd (context, cwd);
|
||||
|
||||
if ((proc = gs_subprocess_new (context, error)) == NULL)
|
||||
if ((proc = gs_subprocess_new (context, cancellable, error)) == NULL)
|
||||
goto out;
|
||||
|
||||
if (!gs_subprocess_wait_sync_check (proc, cancellable, error))
|
||||
|
|
|
|||
Loading…
Reference in New Issue