Add an int i so this code will compile. Should I be worried about how well

2001-01-16  Jeffrey Stedfast  <fejj@ximian.com>

	* camel-folder-summary.c (camel_folder_summary_array): Add an int
	i so this code will compile. Should I be worried about how well
	this code will work? ;-)

svn path=/trunk/; revision=7562
This commit is contained in:
Jeffrey Stedfast
2001-01-17 02:14:17 +00:00
committed by Jeffrey Stedfast
parent a8acf02a64
commit a57329a173
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2001-01-16 Jeffrey Stedfast <fejj@ximian.com>
* camel-folder-summary.c (camel_folder_summary_array): Add an int
i so this code will compile. Should I be worried about how well
this code will work? ;-)
2001-01-17 Not Zed <NotZed@Ximian.com>
* camel-folder.c (free_summary): Call

View File

@ -361,7 +361,8 @@ camel_folder_summary_array(CamelFolderSummary *s)
{
CamelMessageInfo *info;
GPtrArray *res = g_ptr_array_new();
int i;
CAMEL_SUMMARY_LOCK(s, ref_lock);
CAMEL_SUMMARY_LOCK(s, summary_lock);