summaryrefslogtreecommitdiffstats
path: root/devel/anjuta/files/patch-plugins_symbol-db_plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'devel/anjuta/files/patch-plugins_symbol-db_plugin.c')
-rw-r--r--devel/anjuta/files/patch-plugins_symbol-db_plugin.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/anjuta/files/patch-plugins_symbol-db_plugin.c b/devel/anjuta/files/patch-plugins_symbol-db_plugin.c
new file mode 100644
index 000000000..d19ef6d15
--- /dev/null
+++ b/devel/anjuta/files/patch-plugins_symbol-db_plugin.c
@@ -0,0 +1,11 @@
+--- plugins/symbol-db/plugin.c.orig 2009-04-17 01:08:28.000000000 -0400
++++ plugins/symbol-db/plugin.c 2009-04-17 01:09:11.000000000 -0400
+@@ -1510,7 +1510,7 @@ do_check_offline_files_changed (SymbolDB
+ GHashTable *prj_elements_hash;
+ GPtrArray *to_add_files = NULL;
+ gint i;
+- gint real_added ;
++ gint real_added = 0;
+
+ pm = anjuta_shell_get_interface (ANJUTA_PLUGIN (sdb_plugin)->shell,
+ IAnjutaProjectManager, NULL);