Revision: 1173 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1173&view=re... Author: kugel- Date: 2010-03-15 17:19:25 +0000 (Mon, 15 Mar 2010)
Log Message: ----------- Fix type that prevented compiling geanygdb.
Modified Paths: -------------- trunk/geany-plugins/geanygdb/src/gdb-io-run.c
Modified: trunk/geany-plugins/geanygdb/src/gdb-io-run.c =================================================================== --- trunk/geany-plugins/geanygdb/src/gdb-io-run.c 2010-03-15 16:45:56 UTC (rev 1172) +++ trunk/geany-plugins/geanygdb/src/gdb-io-run.c 2010-03-15 17:19:25 UTC (rev 1173) @@ -767,7 +767,7 @@ { gerror("Error starting debugger.", &err); } - g_strfreev(gdbui_env); + g_strfreev(gdbio_env); }
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.