From 240eaafc888ba2cb0bbbb774bc1a340896c2c90e Mon Sep 17 00:00:00 2001 From: svenhoefer Date: Tue, 20 Sep 2016 23:06:57 +0200 Subject: [PATCH] Revert "- fix c/p error in 8500a9758f9fceb09f0f5a1353861d55d9c17fb0" This reverts commit 2521cf4dfaa0022987a1d87d501ba5a0b92c6f29. --- shellexec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=='_') { -- 2.39.5