> } > > > -static void append_to_temp_file(FILE *fp, GList *file_list) > +static gboolean append_to_temp_file(const gchar *outf, GList *file_list)
that function name is now a lie: it doesn't append anymore, but simply replaces the file's content. --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/957/files/1c4aaa0eb72aa9e3c60cd604d4c20ca5f7dc5c8f..b72b8596346c5dcecb4ecb55d12311b2405a470f#r61932552
