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