Fix:Core:Made compileable again
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Mon, 16 Mar 2009 14:54:20 +0000 (14:54 +0000)
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Mon, 16 Mar 2009 14:54:20 +0000 (14:54 +0000)
git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@2132 ffa7fe5e-494d-0410-b361-a75ebd5db220

navit/navit/route.c

index 927435d..da95ad7 100644 (file)
@@ -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;