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:
committed by
Jeffrey Stedfast
parent
a8acf02a64
commit
a57329a173
@ -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
|
||||
|
||||
@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user