Print sorted list of caches with geostat_cli

sql-rework
Tomasz Golinski 2020-02-02 12:28:41 +01:00
rodzic 9acc262739
commit 19c2769c1b
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -280,8 +280,8 @@ int main(int argc, char** argv) {
}
if (show_list) {
for (auto el : cc)
el.show();
for (auto el : sorted_caches)
el.second->show();
}
if (!get_not_found) {