summaryrefslogtreecommitdiff
path: root/map.c
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2008-01-23 19:27:10 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2008-01-23 19:27:10 +0000
commite692266ed3f3c9d024fc19ceb43731d343c16c85 (patch)
tree07f11d0eecfcf014e6dba260eee84853ec8bed16 /map.c
parent2947f0e02eed9e00de5712db275517160bd02ea0 (diff)
downloadnavit-svn-e692266ed3f3c9d024fc19ceb43731d343c16c85.tar.gz
Fix:Core:Fixed selection transformation
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit/src@797 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'map.c')
-rw-r--r--map.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/map.c b/map.c
index db9ee2c2..bb27241d 100644
--- a/map.c
+++ b/map.c
@@ -232,6 +232,7 @@ map_selection_dup(struct map_selection *sel)
next = g_new(struct map_selection, 1);
*next=*sel;
*last=next;
+ last=&next->next;
sel = sel->next;
}
return ret;