* WIP: more attachment handling changes
This commit is contained in:
@ -166,7 +166,7 @@ mu_util_str_from_strv (const gchar **params)
|
||||
}
|
||||
|
||||
int
|
||||
mu_util_create_writeable_file (const char* filename, const char* dir, gboolean overwrite)
|
||||
mu_util_create_writeable_fd (const char* filename, const char* dir, gboolean overwrite)
|
||||
{
|
||||
int fd;
|
||||
char *fullpath;
|
||||
|
||||
Reference in New Issue
Block a user