summaryrefslogtreecommitdiff
path: root/src/station_gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/station_gui.cpp')
-rw-r--r--src/station_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/station_gui.cpp b/src/station_gui.cpp
index 0f7cdf6e7..0d8f481d9 100644
--- a/src/station_gui.cpp
+++ b/src/station_gui.cpp
@@ -197,7 +197,7 @@ protected:
/** Sort the stations list */
void SortStationsList()
{
- this->stations.Sort();
+ if (!this->stations.Sort()) return;
/* Reset name sorter sort cache */
this->last_station = NULL;