anjuta/anjuta-3.20.0-gcc-6.1.0.patch

13 lines
470 B
Diff
Raw Normal View History

--- anjuta-3.20.0/plugins/build-basic-autotools/executer.c.orig 2016-07-24 20:28:00.297104311 +0200
+++ anjuta-3.20.0/plugins/build-basic-autotools/executer.c 2016-07-24 20:34:04.117336443 +0200
@@ -376,8 +376,7 @@
{
gchar *oldcmd = cmd;
- cmd = g_strdup_printf (plugin->commands[IANJUTA_BUILDABLE_COMMAND_EXECUTE],
- oldcmd);
+ cmd = g_strdup_printf ("%s", plugin->commands[IANJUTA_BUILDABLE_COMMAND_EXECUTE]);
g_free (oldcmd);
} else {