Skip to content

Commit

Permalink
Fix potential script event / core util bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Jun 29, 2015
1 parent aebdf28 commit a4bfe78
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,9 @@ else if (arg == argc) {
if (data2[x++] != data[i]) {
return false;
}
if (x + 1 == data2.length) {
return x == data2.length;
}
}
}
return x == data2.length;
Expand Down

0 comments on commit a4bfe78

Please sign in to comment.