diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-05-13 03:54:33 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-05-13 03:54:33 +0000 |
| commit | 72c8f2f60f263ea2c7429a6944a7842fedfa52d0 (patch) | |
| tree | 04844dd06227b8470da1d4be9b3a0ef7748b49a8 /plugins | |
| parent | 20414ebe442b79e19de7102089bd8645dc8e7369 (diff) | |
| download | pcsxr-72c8f2f60f263ea2c7429a6944a7842fedfa52d0.tar.gz | |
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47941 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/dfnet/unix.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |
