From 15e6a36cefc4c87efd5314aab7e27ee10c4dbeb6 Mon Sep 17 00:00:00 2001 From: bertrand Date: Sat, 22 Jan 2000 19:52:46 +0000 Subject: implemented. A lot of fixes too. Works now. 2000-01-22 bertrand * camel/providers/mbox/camel-mbox-folder.c (_append_message): implemented. A lot of fixes too. Works now. svn path=/trunk/; revision=1608 --- camel/providers/mbox/camel-mbox-summary.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'camel/providers/mbox/camel-mbox-summary.c') diff --git a/camel/providers/mbox/camel-mbox-summary.c b/camel/providers/mbox/camel-mbox-summary.c index 685d375fa7..f35ca16a16 100644 --- a/camel/providers/mbox/camel-mbox-summary.c +++ b/camel/providers/mbox/camel-mbox-summary.c @@ -238,7 +238,7 @@ camel_mbox_check_summary_sync (gchar *summary_filename, lseek (fd, sizeof (guint), SEEK_SET); /* read the md5 signature stored in the summary file */ - read (fd, summary_md5, + sizeof (guchar) * 16); + read (fd, summary_md5, sizeof (guchar) * 16); close (fd); /* ** FIXME : check for exception in all these operations */ -- cgit v1.2.3