summaryrefslogtreecommitdiff
path: root/navit/log.c
diff options
context:
space:
mode:
authorsteven_s <steven_s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2008-10-29 01:50:41 +0000
committersteven_s <steven_s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2008-10-29 01:50:41 +0000
commit272365284de4dad03d700c62105fbe68f8d640ad (patch)
treeb0e91af3342a23bb17a47a456004ccb0da88b55d /navit/log.c
parent2b076e8a0d205766742e8e9346b82532dbaa4e0c (diff)
downloadnavit-272365284de4dad03d700c62105fbe68f8d640ad.tar.gz
Fix:Core:vehicle log files will now have data in them. ticket #255
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1604 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/log.c')
-rw-r--r--navit/log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/log.c b/navit/log.c
index 028db134d..fdba1470a 100644
--- a/navit/log.c
+++ b/navit/log.c
@@ -205,7 +205,7 @@ log_get_attr(struct log *this_, enum attr_type type, struct attr *attr, struct a
struct log *
-log_new(struct attr **attrs)
+log_new(struct attr * parent,struct attr **attrs)
{
struct log *ret=g_new0(struct log, 1);
struct attr *data,*overwrite,*lazy,*mkdir,*flush_size,*flush_time;