CVS: sylpheedclaws/plugins/cachesaver/src plugin.c,1.1.2.4,1.1.2.5

[email protected]
Newsgroups gmane.mail.sylpheed.claws.cvs
Message-ID <[email protected]>
Update of /pack/anoncvs/sylpheedclaws/plugins/cachesaver/src
In directory sunsite.dk:/tmp/cvs-serv7716/cachesaver/src

Modified Files:
      Tag: gtk2
	plugin.c 
Log Message:
Compile fixes for gcc-2.9x


Index: plugin.c
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/plugins/cachesaver/src/plugin.c,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -u -d -r1.1.2.4 -r1.1.2.5
--- plugin.c	2006/05/17 08:42:21	1.1.2.4
+++ plugin.c	2006/05/21 18:47:11	1.1.2.5
@@ -28,10 +28,10 @@
 
 static void save_all_caches(FolderItem *item, gpointer data)
 {
-	
+	gchar *id = NULL;
 	if (!item->cache)
 		return;
-	gchar *id = folder_item_get_identifier(item);
+	id = folder_item_get_identifier(item);
 	g_free(id);
 	folder_item_write_cache(item);
 }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.