diff options
Diffstat (limited to 'xpath.cc')
-rw-r--r-- | xpath.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -158,7 +158,7 @@ void xpath_t::token_t::next(std::istream& in, unsigned short flags) length++; interval_t timespan(buf); kind = VALUE; - value = timespan.first(); + value = timespan.next(); } else { kind = LBRACKET; } |