From 5dba3241d0f7d76ef746265bd8017143a0611fae Mon Sep 17 00:00:00 2001 From: SJ Date: Fri, 23 Aug 2013 13:10:06 +0200 Subject: [PATCH] fixed a typo --- src/import.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/import.c b/src/import.c index 16a67216..8de28d01 100644 --- a/src/import.c +++ b/src/import.c @@ -177,7 +177,7 @@ int add_new_folder(struct session_data *sdata, struct __data *data, char *folder } -void update_import_job_stat(struct __data *data){ +void update_import_job_stat(struct session_data *sdata, struct __data *data){ char buf[SMALLBUFSIZE]; snprintf(buf, sizeof(buf)-1, "update import set status=%d, started=%ld, updated=%ld, finished=%ld, total=%d, imported=%d where id=%d", data->import->status, data->import->started, data->import->updated, data->import->finished, data->import->total_messages, data->import->processed_messages, data->import->import_job_id);