You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the flag is set on a WJEAction, it is not used by the following WJEGet call in search.c:
static int WJECheckCondition(WJElement e, char **condition, WJEAction action)
{
....
if (';' == *cond) {
if (WJEGet(e, value, NULL)) {
if (condition) *condition = NULL;
The text was updated successfully, but these errors were encountered:
If the flag is set on a WJEAction, it is not used by the following WJEGet call in search.c:
The text was updated successfully, but these errors were encountered: