Switch to side-by-side view
--- a/src/internfile/myhtmlparse.cpp +++ b/src/internfile/myhtmlparse.cpp @@ -373,6 +373,7 @@ // Specific to Recoll filters. decode_entities(content); struct tm tm; + memset(&tm, 0, sizeof(tm)); if (strptime(content.c_str(), " %Y-%m-%d %H:%M:%S ", &tm) || strptime(content.c_str(),