From 1260eea3797de1981e8629dcf04a327d8aa8cb0f Mon Sep 17 00:00:00 2001 From: "SND\\weimingzhi_cp" Date: Mon, 5 Oct 2009 10:40:40 +0000 Subject: git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@31119 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- plugins/dfsound/cfg.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'plugins/dfsound') diff --git a/plugins/dfsound/cfg.c b/plugins/dfsound/cfg.c index 142494f9..35bef18e 100644 --- a/plugins/dfsound/cfg.c +++ b/plugins/dfsound/cfg.c @@ -45,6 +45,7 @@ void StartCfgTool(char * pCmdLine) { chdir("cfg"); execl(filename,"cfgDFSound",pCmdLine,NULL); + exit(0); } } else @@ -57,6 +58,7 @@ void StartCfgTool(char * pCmdLine) if(fork()==0) { execl(filename,"cfgDFSound",pCmdLine,NULL); + exit(0); } } else @@ -70,6 +72,7 @@ void StartCfgTool(char * pCmdLine) { chdir(getenv("HOME")); execl(filename,"cfgDFSound",pCmdLine,NULL); + exit(0); } } else printf("Sound error: cfgDFSound not found!\n"); -- cgit v1.2.3