From 4dc6ff9fb8931bd4fa90a61c0feea5e5904723cf Mon Sep 17 00:00:00 2001 From: Moritz Kobitzsch Date: Fri, 8 Jan 2016 14:29:09 +0100 Subject: [PATCH] and another missed not --- include/engine/route_name_extraction.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/engine/route_name_extraction.hpp b/include/engine/route_name_extraction.hpp index dd28f97c1..e9070b486 100644 --- a/include/engine/route_name_extraction.hpp +++ b/include/engine/route_name_extraction.hpp @@ -129,7 +129,7 @@ template struct ExtractRouteNames route_names.shortest_path_name_1 = facade->get_name_for_id(shortest_segment_1.name_id); route_names.shortest_path_name_2 = facade->get_name_for_id(shortest_segment_2.name_id); - if (not alternative_path_segments.empty()) + if (!alternative_path_segments.empty()) { route_names.alternative_path_name_1 = facade->get_name_for_id(alternative_segment_1.name_id);