From 7a8be902d21f5cf84ef74633a2dda910af3699a1 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 9 Jul 2019 15:49:44 +0200 Subject: Rewrite list/news/help download and backup file handling --- src/globals.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/globals.cpp') diff --git a/src/globals.cpp b/src/globals.cpp index 7780e8a..a20f52c 100644 --- a/src/globals.cpp +++ b/src/globals.cpp @@ -21,6 +21,6 @@ int g_forLocationHandling = LOCATION_BUMP; bool g_noVtx = false; -bool myLessThan(Session* a, Session* b) { +bool sessionComparator(Session* a, Session* b) { return *a < *b; } -- cgit v1.2.3-55-g7522