dbus/test spawn-test.c,1.3,1.4

Ralf Habacker rhabacker at kemper.freedesktop.org
Sun Mar 4 11:14:06 PST 2007


Update of /cvs/dbus/dbus/test
In directory kemper:/tmp/cvs-serv17308/test

Modified Files:
	spawn-test.c 
Log Message:
* 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.

Index: spawn-test.c
===================================================================
RCS file: /cvs/dbus/dbus/test/spawn-test.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- spawn-test.c	5 Apr 2003 00:37:17 -0000	1.3
+++ spawn-test.c	4 Mar 2007 19:14:04 -0000	1.4
@@ -31,7 +31,7 @@
     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);



More information about the dbus-commit mailing list