Skip to content
Snippets Groups Projects
Commit 63cfe55b authored by Ludovic Apvrille's avatar Ludovic Apvrille
Browse files

Update on avatar guard management

parent a8ec98c3
Branches
No related tags found
No related merge requests found
...@@ -144,7 +144,7 @@ public abstract class AvatarGuard { ...@@ -144,7 +144,7 @@ public abstract class AvatarGuard {
if (indexLParen == -1) if (indexLParen == -1)
indexLParen = indexRParen; indexLParen = indexRParen;
for (String delim: new String[] {"and", "or"}) { for (String delim: new String[] {"and", "or", "&&", "||"}) {
int indexBinaryOp = sane.substring (0, indexLParen).indexOf (delim, indexRParen+1); int indexBinaryOp = sane.substring (0, indexLParen).indexOf (delim, indexRParen+1);
if (indexBinaryOp != -1) { if (indexBinaryOp != -1) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment