X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=zephyr%2Fzwgc%2Fvariables.c;h=3368c1fda41bbc6ad77a4edddccf189e67d743db;hb=fa8b83c652676291f5c37ea66b0e5c18b20577bf;hp=a444b440a2e9f6d1f9e3d3ae2e78070a68563988;hpb=d8e9167ab231d671802827c10c1626a71c711cfe;p=1ts-debian.git diff --git a/zephyr/zwgc/variables.c b/zephyr/zwgc/variables.c index a444b44..3368c1f 100644 --- a/zephyr/zwgc/variables.c +++ b/zephyr/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); /*