From: svenhoefer Date: Tue, 20 Sep 2016 21:06:57 +0000 (+0200) Subject: Revert "- fix c/p error in 8500a9758f9fceb09f0f5a1353861d55d9c17fb0" X-Git-Url: https://git.webhop.me/?a=commitdiff_plain;h=240eaafc888ba2cb0bbbb774bc1a340896c2c90e;p=shellexec.git Revert "- fix c/p error in 8500a9758f9fceb09f0f5a1353861d55d9c17fb0" This reverts commit 2521cf4dfaa0022987a1d87d501ba5a0b92c6f29. --- diff --git a/shellexec.c b/shellexec.c index 0547c11..288dae9 100644 --- a/shellexec.c +++ b/shellexec.c @@ -412,7 +412,7 @@ int Check_Config(void) ++pt1; } pt2=pt1; - while(*pt2 && ((*pt2=='*') || (*pt2=='&') || (*pt2=='§') || (*pt2==0302) || (*pt2==0247) || (*pt2=='+') || (*pt2=='-') || (*pt2=='!') || (*pt2=='_'))) + while(*pt2 && ((*pt2=='*') || (*pt2=='&') || (*ptr2=='§') || (*pt2==0302) || (*pt2==0247) || (*pt2=='+') || (*pt2=='-') || (*pt2=='!') || (*pt2=='_'))) { if(*pt2=='_') {