From 5eb7cfd92e53240e6769ffc46c560e420598f29e Mon Sep 17 00:00:00 2001 From: martin-s Date: Mon, 16 Mar 2009 14:54:20 +0000 Subject: [PATCH] Fix:Core:Made compileable again git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@2132 ffa7fe5e-494d-0410-b361-a75ebd5db220 --- navit/navit/route.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/navit/navit/route.c b/navit/navit/route.c index 927435d..da95ad7 100644 --- a/navit/navit/route.c +++ b/navit/navit/route.c @@ -457,7 +457,7 @@ route_check_roundabout(struct route_graph_segment *seg, int level, int direction continue; } - if (cur->item.type != origin->item.type) { + if (cur->data.item.type != origin->data.item.type) { // This street is of another type, can't be part of the roundabout cur = rp_iterator_next(&it); continue; -- 2.7.4