]> asedeno.scripts.mit.edu Git - 1ts-debian.git/blobdiff - zephyr/zwgc/variables.c
r4275@bucket (orig r265): kcr | 2008-01-21 02:57:32 -0500
[1ts-debian.git] / zephyr / zwgc / variables.c
index a444b440a2e9f6d1f9e3d3ae2e78070a68563988..3368c1fda41bbc6ad77a4edddccf189e67d743db 100644 (file)
@@ -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);
 
        /*