FS-6001 --resolve
This commit is contained in:
parent
2b62309fb0
commit
1ddf632eef
|
@ -1946,6 +1946,16 @@ SWITCH_STANDARD_API(cond_function)
|
|||
}
|
||||
}
|
||||
|
||||
if (strspn(a, "!<>=")) {
|
||||
expr = a;
|
||||
}
|
||||
|
||||
if (expr == a) {
|
||||
a = "";
|
||||
}
|
||||
|
||||
while (*expr == ' ') expr++;
|
||||
|
||||
while(expr && *expr) {
|
||||
switch(*expr) {
|
||||
case '!':
|
||||
|
|
Loading…
Reference in New Issue