mirror of
https://github.com/flatpak/flatpak.git
synced 2026-07-12 17:18:12 -04:00
common: Add GSubprocessFlags to flatpak_spawnv
This is useful to e.g. hide stderr
This commit is contained in:
@@ -222,7 +222,7 @@ patch (GFile *dir,
|
||||
}
|
||||
g_ptr_array_add (args, NULL);
|
||||
|
||||
res = flatpak_spawnv (dir, NULL, error, (const char **) args->pdata);
|
||||
res = flatpak_spawnv (dir, NULL, 0, error, (const char **) args->pdata);
|
||||
|
||||
g_ptr_array_free (args, TRUE);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user