(panel_save_curent_file_to_clip_file): 'res' might be used uninitialized here.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2010-12-27 19:08:30 +03:00
parent 252a88fa96
commit 4c83f8b4df
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ load_text_from_clip_file (char **text)
static gboolean
panel_save_curent_file_to_clip_file (void)
{
gboolean res;
gboolean res = FALSE;
if (current_panel->marked == 0)
res = save_text_to_clip_file (selection (current_panel)->fname);