Update to the latest libgsystem

This commit is contained in:
Colin Walters 2012-12-03 12:05:41 -05:00
parent a9a9baeb2a
commit 227d22adca
2 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit 1a9d727e115cf5f813dcb5761a65836b2aff4d1d
Subproject commit 56d727341706c82742c5427bef35cdde00c3713a

View File

@ -33,8 +33,8 @@ ot_spawn_sync_checked (const char *cwd,
GError **error)
{
gboolean ret = FALSE;
gs_lobj GSSubprocessContext *context = NULL;
gs_lobj GSSubprocess *proc = NULL;
gs_unref_object GSSubprocessContext *context = NULL;
gs_unref_object GSSubprocess *proc = NULL;
context = gs_subprocess_context_new (argv);
if (cwd)