From: Tilman Sauerbeck Date: Sun, 12 Jan 2020 11:56:56 +0000 (+0100) Subject: common: Avoid duplicated recordings shown in Logger::list_recordings(). X-Git-Url: http://git.code-monkey.de/?a=commitdiff_plain;h=241e581359f381c5aaa18cefa3dbcb7d46241267;hp=241e581359f381c5aaa18cefa3dbcb7d46241267;p=gps-watch.git common: Avoid duplicated recordings shown in Logger::list_recordings(). This is achieved by simplifying the way we sort our sector indices, which unfortunately also comes with a performance hit. ---