From 329f99a197819ac3978c409b1b9f4ef68297a825 Mon Sep 17 00:00:00 2001 From: Ralf Habacker Date: Sun, 4 Mar 2007 19:14:04 +0000 Subject: * dbus/dbus-spawn.c,dbus/dbus-spawn.h (_dbus_spawn_async_with_babysitter): added environment pointer as function parameter,used on win32. * test/spawn-test.c: fixed call to above mentioned function. --- test/spawn-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/spawn-test.c b/test/spawn-test.c index f323368f..991a5e83 100644 --- a/test/spawn-test.c +++ b/test/spawn-test.c @@ -31,7 +31,7 @@ main (int argc, char **argv) argv_copy [i] = argv[i + 1]; argv_copy[argc - 1] = NULL; - if (!_dbus_spawn_async_with_babysitter (NULL, argv_copy, setup_func, NULL, &error)) + if (!_dbus_spawn_async_with_babysitter (NULL, argv_copy, NULL, setup_func, NULL, &error)) { fprintf (stderr, "Could not launch application: \"%s\"\n", error.message); -- cgit