Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > by-pkgid > ef3d43abc2b9f9aa0643fa2b66ef405b > files > 1

anjuta2-2.28.1.0-1mdv2010.0.src.rpm

diff -p -up anjuta-2.27.91.0/plugins/git/git-ui-utils.c.format-strings anjuta-2.27.91.0/plugins/git/git-ui-utils.c
diff -p -up anjuta-2.27.91.0/plugins/symbol-db/anjuta-tags/lregex.c.format-strings anjuta-2.27.91.0/plugins/symbol-db/anjuta-tags/lregex.c
--- anjuta-2.27.91.0/plugins/symbol-db/anjuta-tags/lregex.c.format-strings	2009-08-03 22:33:36.000000000 +0200
+++ anjuta-2.27.91.0/plugins/symbol-db/anjuta-tags/lregex.c	2009-08-27 10:03:54.000000000 +0200
@@ -408,7 +408,7 @@ static void processLanguageRegex (const 
 		const char* regexfile = parameter + 1;
 		FILE* const fp = fopen (regexfile, "r");
 		if (fp == NULL)
-			error (WARNING | PERROR, regexfile);
+		  error (WARNING | PERROR, "%s", regexfile);
 		else
 		{
 			vString* const regex = vStringNew ();