In tagmanager/src/tm_workspace.c:

> @@ -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;

return fclose(fp) == 0;


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub