diff options
Diffstat (limited to 'plugins/dfinput/pad.c')
| -rwxr-xr-x | plugins/dfinput/pad.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/dfinput/pad.c b/plugins/dfinput/pad.c index e4dc52b0..1a11dd41 100755 --- a/plugins/dfinput/pad.c +++ b/plugins/dfinput/pad.c @@ -655,7 +655,7 @@ long PADconfigure(void) { if (pid == 0) { if (fork() == 0) { - execl("cfg/cfgDFInput", "cfgDFInput", NULL); + execl("cfg/cfgDFInput", "cfgDFInput", "configure", NULL); } exit(0); } else if (pid > 0) { @@ -670,7 +670,7 @@ void PADabout(void) { if (pid == 0) { if (fork() == 0) { - execl("cfg/cfgDFInput", "cfgDFInput", "-about", NULL); + execl("cfg/cfgDFInput", "cfgDFInput", "about", NULL); } exit(0); } else if (pid > 0) { |
