diff options
Diffstat (limited to 'src/resp.hpp')
-rw-r--r-- | src/resp.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resp.hpp b/src/resp.hpp index 24e79ff..7767d33 100644 --- a/src/resp.hpp +++ b/src/resp.hpp @@ -833,7 +833,7 @@ struct CEnv { for (; i != end(); ++i) if ((*i)->sym() == sym->sym()) break; - + if (i != end()) { return i - begin() + 1; } else { |