SF.net SVN: geany-plugins: [62] trunk/geanydoc/src/geanydoc.c
yurand at users.sourceforge.net
yurand at xxxxx
Fri Jun 6 09:03:11 UTC 2008
Revision: 62
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=62&view=rev
Author: yurand
Date: 2008-06-06 02:03:08 -0700 (Fri, 06 Jun 2008)
Log Message:
-----------
Compilation fix, again ;)
Modified Paths:
--------------
trunk/geanydoc/src/geanydoc.c
Modified: trunk/geanydoc/src/geanydoc.c
===================================================================
--- trunk/geanydoc/src/geanydoc.c 2008-06-03 16:20:48 UTC (rev 61)
+++ trunk/geanydoc/src/geanydoc.c 2008-06-06 09:03:08 UTC (rev 62)
@@ -154,7 +154,7 @@
if (std_output)
{
cur_idx = p_document->get_cur_idx();
- idx = p_document->find_by_filename(name, FALSE);
+ idx = p_document->find_by_filename(name);
if (idx == -1)
{
idx = p_document->new_file(name,
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