talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 8e7225406c2fe85c01c65973d12d64372d935a59
parent f3ff9ce0822632b1574e2dac1fc8af156e76ceef
Author: Colin Leroy <colin@colino.net>
Date:   Thu,  5 Jun 2014 17:12:18 +0200

Coverity fixes

Diffstat:
Msrc/addrindex.c | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/addrindex.c b/src/addrindex.c @@ -2004,8 +2004,7 @@ static void addrindex_add_obj( XMLFile *file, AddressCvtNode *node ) { node->list = g_list_append( node->list, newNode ); } else { - /* g_print( "invalid: !!! \n" ); */ - attr = xml_get_current_tag_attr( file ); + g_warning("Invalid tag"); } } }