From 80072d1ee0161c430f44b40ad52d3038a039d364 Mon Sep 17 00:00:00 2001 From: hiro Date: Fri, 13 Jan 2006 06:12:30 +0000 Subject: fixed 32-bit integer overflow where the total size of POP3 messages is greater than 2GB. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@895 ee746299-78ed-0310-b773-934348b2243d --- src/inc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/inc.h') diff --git a/src/inc.h b/src/inc.h index 090dbcaf..80a1bc4e 100644 --- a/src/inc.h +++ b/src/inc.h @@ -73,7 +73,7 @@ struct _IncSession GHashTable *folder_table; /* table of destination folders */ GHashTable *tmp_folder_table; /* for progressive update */ - gint cur_total_bytes; + gint64 cur_total_bytes; gpointer data; }; -- cgit v1.2.3