1 | Index: osd_core.c |
---|
2 | =================================================================== |
---|
3 | --- osd_core.c (revision 3559) |
---|
4 | +++ osd_core.c (working copy) |
---|
5 | @@ -1,6 +1,6 @@ |
---|
6 | /** |
---|
7 | * Navit, a modular navigation system. |
---|
8 | - * Copyright (C) 2005-2008 Navit Team |
---|
9 | + * Copyright (C) 2005-2008, 2010 Navit Team |
---|
10 | * |
---|
11 | * This program is free software; you can redistribute it and/or |
---|
12 | * modify it under the terms of the GNU General Public License |
---|
13 | @@ -1233,6 +1233,7 @@ |
---|
14 | g_free(tmp); |
---|
15 | return ret; |
---|
16 | } |
---|
17 | + break; |
---|
18 | case attr_position_time_iso8601: |
---|
19 | if ((!format) || (!strcmp(format,"iso8601"))) |
---|
20 | { |
---|