diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-10-20 12:39:29 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-10-20 19:43:32 +0100 |
commit | 62828baf0ec2364a561aba3bf5894c4dcca7cc41 (patch) | |
tree | 2dbce172d5491df3220251ae9934b356dc22bf7b /src/libmime | |
parent | 97a9de385402020d3add12517c7bccae93af593b (diff) | |
download | rspamd-62828baf0ec2364a561aba3bf5894c4dcca7cc41.tar.gz rspamd-62828baf0ec2364a561aba3bf5894c4dcca7cc41.zip |
[Project] Pass cache item to the callback functions
Diffstat (limited to 'src/libmime')
-rw-r--r-- | src/libmime/archives.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libmime/archives.c b/src/libmime/archives.c index 6497f6b35..52b796065 100644 --- a/src/libmime/archives.c +++ b/src/libmime/archives.c @@ -1176,7 +1176,7 @@ rspamd_7zip_read_archive_props (struct rspamd_task *task, struct rspamd_archive *arch) { guchar proptype; - uint64_t proplen; + guint64 proplen; /* * for (;;) |