Switch to side-by-side view
--- a/src/query/docseqhist.cpp +++ b/src/query/docseqhist.cpp @@ -44,10 +44,10 @@ // Current entry format is "U time b64udi" bool RclDHistoryEntry::decode(const string &value) { - list<string> vall; + vector<string> vall; stringToStrings(value, vall); - list<string>::const_iterator it = vall.begin(); + vector<string>::const_iterator it = vall.begin(); udi.erase(); string fn, ipath; switch (vall.size()) {