| summaryrefslogtreecommitdiff |
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2017-01-05 11:53:58 +0100 |
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2017-01-05 11:53:58 +0100 |
| commit | 972a81c1592eb3cc0f54b394612256a54fa26411 (patch) | |
| tree | 9ec57130a1905aad227c78bbf6ab9f8b2224fbc2 /src/tool/sorted_list.c | |
| parent | 663fe641bae1c5349e62fd8d964960fdebb97f9c (diff) | |
Diffstat (limited to 'src/tool/sorted_list.c')
| -rw-r--r-- | src/tool/sorted_list.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tool/sorted_list.c b/src/tool/sorted_list.c index 880a4b5..5252c9e 100644 --- a/src/tool/sorted_list.c +++ b/src/tool/sorted_list.c @@ -33,6 +33,7 @@ int ZoO_sorted_list_index_of for (;;) { /* FIXME: overflow-safe? */ + /* No: (and (> current_min (/ Max 2)) (> current_max (/ Max 2))) */ i = ((current_min + current_max) / 2); if (i == list_length) |


