Update submodules

This commit is contained in:
Jack Andersen 2016-12-10 15:51:51 -10:00
parent b12b858f3d
commit f0b73d268d
3 changed files with 3 additions and 3 deletions

2
hecl/extern/athena vendored

@ -1 +1 @@
Subproject commit 3371af733eb4dbc088ee3cc4a2c8bdcfca1e8f48
Subproject commit ed7161b7f85563ad24e347cffd0fee3ddbe7da95

2
hecl/extern/boo vendored

@ -1 +1 @@
Subproject commit fa45c6750a0d9d876341017a7e2b4915afa90369
Subproject commit 25fadc73481b5cbda6c1473c84a1b2c00ec3d468

View File

@ -192,7 +192,7 @@ public:
if (idx + Length > size())
return -1;
bool good = true;
for (int i = 0; i < Length; ++i) {
for (unsigned i = 0; i < Length; ++i) {
int ThisIdx = idx + i;
if (!test(ThisIdx)) {
good = false;