From ee442551e1531712226a3a3ba26afff466100bb5 Mon Sep 17 00:00:00 2001 From: Karl Ramm Date: Mon, 21 Jan 2008 07:57:32 +0000 Subject: passes gcc -Wall with no warnings other than des cryppt C_block sadness and getsid problem --- zwgc/variables.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'zwgc/variables.c') diff --git a/zwgc/variables.c b/zwgc/variables.c index a444b44..3368c1f 100644 --- a/zwgc/variables.c +++ b/zwgc/variables.c @@ -113,7 +113,8 @@ var_get_variable(string name) static string last_get_field_call_result = NULL; if (is_number_variable(name)) { - if (result = string_dictionary_Fetch(number_variable_dict, name)) + result = string_dictionary_Fetch(number_variable_dict, name); + if (result) return(result); /* -- cgit v1.2.3