summaryrefslogtreecommitdiff
path: root/plugins/dfcdrom
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-10-05 10:40:40 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-10-05 10:40:40 +0000
commit1260eea3797de1981e8629dcf04a327d8aa8cb0f (patch)
treeff8bcc6775aee960f881c16df6b8ab224dd66586 /plugins/dfcdrom
parent714a40b66dedf426eb1b3b8938168b5a34ffcb5f (diff)
downloadpcsxr-1260eea3797de1981e8629dcf04a327d8aa8cb0f.tar.gz
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@31119 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins/dfcdrom')
-rw-r--r--plugins/dfcdrom/cdr.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/dfcdrom/cdr.c b/plugins/dfcdrom/cdr.c
index f16a1c3a..f8262353 100644
--- a/plugins/dfcdrom/cdr.c
+++ b/plugins/dfcdrom/cdr.c
@@ -571,6 +571,7 @@ void ExecCfg(char *arg) {
if (stat(cfg, &buf) != -1) {
if (fork() == 0) {
execl(cfg, "cfgDFCdrom", arg, NULL);
+ exit(0);
}
return;
}
@@ -579,6 +580,7 @@ void ExecCfg(char *arg) {
if (stat(cfg, &buf) != -1) {
if (fork() == 0) {
execl(cfg, "cfgDFCdrom", arg, NULL);
+ exit(0);
}
return;
}