mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-12-26 05:30:12 +01:00
fixed a typo
This commit is contained in:
parent
eb826537dd
commit
5dba3241d0
@ -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];
|
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);
|
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);
|
||||||
|
Loading…
Reference in New Issue
Block a user