From 72c8f2f60f263ea2c7429a6944a7842fedfa52d0 Mon Sep 17 00:00:00 2001 From: "SND\\weimingzhi_cp" Date: Thu, 13 May 2010 03:54:33 +0000 Subject: git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47941 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- plugins/dfnet/unix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/dfnet/unix.c b/plugins/dfnet/unix.c index 75e2c1e6..390a5fc3 100644 --- a/plugins/dfnet/unix.c +++ b/plugins/dfnet/unix.c @@ -27,7 +27,7 @@ int ExecCfg(const char *arg, int f) { strcat(cfg, arg); if (f) { - if (fork() == 0) system(cfg); + if (fork() == 0) { system(cfg); exit(0); } return 0; } -- cgit v1.2.3