In tagmanager/src/tm_workspace.c:

>  }
>  
>  
> -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