SF.net SVN: geany-plugins:[308] trunk/geanylatex/src/bibtex.c

frlan at users.sourceforge.net frlan at xxxxx
Fri Nov 21 13:18:05 UTC 2008


Revision: 308
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=308&view=rev
Author:   frlan
Date:     2008-11-21 13:18:05 +0000 (Fri, 21 Nov 2008)

Log Message:
-----------
GeanyLaTeX: Make usage of Geany's version of a function

Modified Paths:
--------------
    trunk/geanylatex/src/bibtex.c

Modified: trunk/geanylatex/src/bibtex.c
===================================================================
--- trunk/geanylatex/src/bibtex.c	2008-11-21 13:17:39 UTC (rev 307)
+++ trunk/geanylatex/src/bibtex.c	2008-11-21 13:18:05 UTC (rev 308)
@@ -132,7 +132,7 @@
 	int i;
 	if(str != NULL) {
 		for (i = 0; i < N_ENTRIES; i++) {
-			if (g_strcasecmp(str, label_entry[i]) == 0)
+			if (p_utils->utils_str_casecmp(str, label_entry[i]) == 0)
 				return i;
 		}
 	}


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



More information about the Plugins-Commits mailing list