diff --git a/src/tz.cpp b/src/tz.cpp index 15c9f5d..c3c7a52 100644 --- a/src/tz.cpp +++ b/src/tz.cpp @@ -3838,6 +3838,10 @@ init_tzdb() std::istringstream in(line); std::string word; in >> word; + if (word.empty()) + { + continue; + } tolower(word); if (is_prefix_of(word, "rule")) {