SF.net SVN: geany: [713] trunk/src/sci_cb.c

ntrel at users.sourceforge.net ntrel at xxxxx
Mon Aug 14 10:36:01 UTC 2006


Revision: 713
Author:   ntrel
Date:     2006-08-14 03:35:57 -0700 (Mon, 14 Aug 2006)
ViewCVS:  http://svn.sourceforge.net/geany/?rev=713&view=rev

Log Message:
-----------
Applied patch from Jens Granseuer to fix build with gcc 2.95 (closes #1539502)

Modified Paths:
--------------
    trunk/src/sci_cb.c
Modified: trunk/src/sci_cb.c
===================================================================
--- trunk/src/sci_cb.c	2006-08-13 15:04:30 UTC (rev 712)
+++ trunk/src/sci_cb.c	2006-08-14 10:35:57 UTC (rev 713)
@@ -393,8 +393,8 @@
 	tags = tm_workspace_find(word, tm_tag_max_t, NULL, FALSE, doc_list[idx].file_type->lang);
 	if (tags->len == 1 && TM_TAG(tags->pdata[0])->atts.entry.arglist)
 	{
+		gchar *calltip;
 		tag = TM_TAG(tags->pdata[0]);
-		gchar *calltip;
 		if (tag->atts.entry.var_type)
 			calltip = g_strconcat(tag->atts.entry.var_type, " ", tag->name,
 										 " ", tag->atts.entry.arglist, NULL);


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Commits mailing list