From 35794979cb285352b58cdf1879ca9cc246168729 Mon Sep 17 00:00:00 2001 From: "Thomas E. Dickey" Date: Tue, 24 May 2011 10:53:58 -0400 Subject: snapshot of project "lynx", label v2-8-8dev_8f --- src/LYReadCFG.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/LYReadCFG.c') diff --git a/src/LYReadCFG.c b/src/LYReadCFG.c index 8a2b3fad..816d6813 100644 --- a/src/LYReadCFG.c +++ b/src/LYReadCFG.c @@ -1,5 +1,5 @@ /* - * $LynxId: LYReadCFG.c,v 1.161 2011/01/10 10:27:52 tom Exp $ + * $LynxId: LYReadCFG.c,v 1.162 2011/05/24 09:04:24 tom Exp $ */ #ifndef NO_RULES #include @@ -271,7 +271,7 @@ static void add_item_to_list(char *buffer, /* * Find first unescaped colon and process fields */ - if ((colon = find_colon(buffer)) != NULL) { + if (find_colon(buffer) != NULL) { colon = parse_list_string(&(cur_item->name), buffer); if (colon && menu_name) { -- cgit 1.4.1-2-gfad0