SF.net SVN: geany: [446] trunk

eht16 at users.sourceforge.net eht16 at xxxxx
Thu Jun 15 12:57:15 UTC 2006


Revision: 446
Author:   eht16
Date:     2006-06-15 05:57:07 -0700 (Thu, 15 Jun 2006)
ViewCVS:  http://svn.sourceforge.net/geany/?rev=446&view=rev

Log Message:
-----------
Fixed a bug at opening files when clicking on compiler error messages(thanks Yura Semashko).

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/src/utils.c
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2006-06-14 10:12:21 UTC (rev 445)
+++ trunk/ChangeLog	2006-06-15 12:57:07 UTC (rev 446)
@@ -1,3 +1,9 @@
+2006-06-15  Enrico Troeger  <enrico at endor>
+
+ * src/utils.c: Fixed a bug at opening files when clicking on compiler
+                error messages(thanks Yura Semashko).
+
+
 2006-06-13  Enrico Troeger  <enrico.troeger at uvena.de>
 
  * doc/Makefile.am: Renamed target html/index.html in htmldoc, added

Modified: trunk/src/utils.c
===================================================================
--- trunk/src/utils.c	2006-06-14 10:12:21 UTC (rev 445)
+++ trunk/src/utils.c	2006-06-15 12:57:07 UTC (rev 446)
@@ -2318,7 +2318,7 @@
 			// empty.h:4: Warnung: type defaults to `int' in declaration of `foo'
 			// empty.c:21: error: conflicting types for `foo'
 			pattern = ":";
-			field_min_len = 3;
+			field_min_len = 4;
 			field_idx_line = 1;
 			field_idx_file = 0;
 			break;


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