Ver.end() == false; ++Ver)
{
ListSingleVersion(CacheFile, records, Ver, outs, include_summary);
- outs << "\n";
}
}
/*}}}*/
// FIXME: SORT! and make sorting flexible (alphabetic, by pkg status)
// output the sorted map
for (K = output_map.begin(); K != output_map.end(); ++K)
- std::cout << (*K).second << std::endl;
+ std::cout << (*K).second;
// be nice and tell the user if there is more to see