<p>In <a href="https://github.com/geany/geany/pull/957#discussion_r61933729">tagmanager/src/tm_workspace.c</a>:</p>
<pre style='color:#555'>> @@ -409,14 +413,21 @@ static void write_includes_file(FILE *fp, GList *includes_files)
> g_free(str);
> node = g_list_next(node);
> }
> +
> + fclose(fp);
> +
> + return TRUE;
</pre>
<p><code>return fclose(fp) == 0;</code></p>
<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly or <a href="https://github.com/geany/geany/pull/957/files/1c4aaa0eb72aa9e3c60cd604d4c20ca5f7dc5c8f..b72b8596346c5dcecb4ecb55d12311b2405a470f#r61933729">view it on GitHub</a><img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJzc3SxhG1SsFMyqHlzCmVt48FzVPks5p95ctgaJpZM4Ht-Ad.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
<link itemprop="url" href="https://github.com/geany/geany/pull/957/files/1c4aaa0eb72aa9e3c60cd604d4c20ca5f7dc5c8f..b72b8596346c5dcecb4ecb55d12311b2405a470f#r61933729"></link>
<meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>