Update to the latest libgsystem
This commit is contained in:
parent
a9a9baeb2a
commit
227d22adca
|
|
@ -1 +1 @@
|
||||||
Subproject commit 1a9d727e115cf5f813dcb5761a65836b2aff4d1d
|
Subproject commit 56d727341706c82742c5427bef35cdde00c3713a
|
||||||
|
|
@ -33,8 +33,8 @@ ot_spawn_sync_checked (const char *cwd,
|
||||||
GError **error)
|
GError **error)
|
||||||
{
|
{
|
||||||
gboolean ret = FALSE;
|
gboolean ret = FALSE;
|
||||||
gs_lobj GSSubprocessContext *context = NULL;
|
gs_unref_object GSSubprocessContext *context = NULL;
|
||||||
gs_lobj GSSubprocess *proc = NULL;
|
gs_unref_object GSSubprocess *proc = NULL;
|
||||||
|
|
||||||
context = gs_subprocess_context_new (argv);
|
context = gs_subprocess_context_new (argv);
|
||||||
if (cwd)
|
if (cwd)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue