diff options
Diffstat (limited to 'times.cc')
-rw-r--r-- | times.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ moment_t parse_datetime(std::istream& in) #if 0 return parse_abs_datetime(in); #else - std::string word; + string word; if (! in.good() || in.eof()) return moment_t(); |