mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-17 19:20:20 +00:00
Minor tidying up
This commit is contained in:
@@ -882,11 +882,10 @@ fe_confirm (const char *message, void (*yesproc)(void *), void (*noproc)(void *)
|
||||
{
|
||||
/* warning, assuming fe_confirm is used by DCC only! */
|
||||
struct DCC *dcc = ud;
|
||||
char *filepath;
|
||||
|
||||
if (dcc->file)
|
||||
{
|
||||
filepath = g_build_filename (prefs.hex_dcc_dir, dcc->file, NULL);
|
||||
char *filepath = g_build_filename (prefs.hex_dcc_dir, dcc->file, NULL);
|
||||
gtkutil_file_req (message, dcc_saveas_cb, ud, filepath, NULL,
|
||||
FRF_WRITE|FRF_NOASKOVERWRITE|FRF_FILTERISINITIAL);
|
||||
g_free (filepath);
|
||||
|
||||
Reference in New Issue
Block a user