Update to latest libgsystem

Has a bugfix change to gs_subprocess_new().
This commit is contained in:
Colin Walters 2012-12-20 20:50:02 -05:00
parent ad956ff9e2
commit fddc11ca74
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 17053992189a7a4ee2fe8540bb35832a5f695a77 Subproject commit 0734be8c1211ba04ecdd14ff30b6c07dbf3b9a84

View File

@ -40,7 +40,7 @@ ot_spawn_sync_checked (const char *cwd,
if (cwd) if (cwd)
gs_subprocess_context_set_cwd (context, 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; goto out;
if (!gs_subprocess_wait_sync_check (proc, cancellable, error)) if (!gs_subprocess_wait_sync_check (proc, cancellable, error))