Revision: 894 http://svn.sourceforge.net/geany/?rev=894&view=rev Author: eht16 Date: 2006-10-13 16:04:04 -0700 (Fri, 13 Oct 2006)
Log Message: ----------- Fixed compiler warning.
Modified Paths: -------------- trunk/src/utils.c
Modified: trunk/src/utils.c =================================================================== --- trunk/src/utils.c 2006-10-13 12:40:37 UTC (rev 893) +++ trunk/src/utils.c 2006-10-13 23:04:04 UTC (rev 894) @@ -595,6 +595,7 @@
first_pos = end = sci_get_position_from_line(sci, tag_line); max_pos = sci_get_position_from_line(sci, tag_line + 1); + tmp = 0; // goto the begin of function body while (end < max_pos && (tmp = sci_get_char_at(sci, end)) != '{' &&
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.