SF.net SVN: geany:[5140] branches/Geany-0_19_1/src/search.c

ntrel at users.sourceforge.net ntrel at xxxxx
Wed Aug 11 14:34:38 UTC 2010


Revision: 5140
          http://geany.svn.sourceforge.net/geany/?rev=5140&view=rev
Author:   ntrel
Date:     2010-08-11 14:34:37 +0000 (Wed, 11 Aug 2010)

Log Message:
-----------
r5085

Modified Paths:
--------------
    branches/Geany-0_19_1/src/search.c

Modified: branches/Geany-0_19_1/src/search.c
===================================================================
--- branches/Geany-0_19_1/src/search.c	2010-08-11 14:32:54 UTC (rev 5139)
+++ branches/Geany-0_19_1/src/search.c	2010-08-11 14:34:37 UTC (rev 5140)
@@ -1649,7 +1649,7 @@
 		rflags |= REG_ICASE;
 	if (sflags & (SCFIND_WHOLEWORD | SCFIND_WORDSTART))
 	{
-		g_warning("Unsupported regex flags found!");
+		geany_debug("%s: Unsupported regex flags found!", G_STRFUNC);
 	}
 
 	err = regcomp(regex, str, rflags);


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