tab: Make tab_value() take a variable instead of a dictionary.
[pspp-builds.git] / src / language / stats / crosstabs.q
index 91015f57c75ba877e5c5f2d6b1e9ec4cfc58a39e..b230702e28c36bd8517ebdc09a702b94ef5124ac 100644 (file)
@@ -1492,7 +1492,7 @@ table_value_missing (struct crosstabs_proc *proc,
           free (s);
         }
       else
-        tab_value (table, c, r, opt, v, proc->dict, print);
+        tab_value (table, c, r, opt, v, var, print);
     }
 }