dictionary: Get rid of case indexes.
[pspp] / src / data / caseinit.c
index 3efe128efd205c7f618e712a3d6386d5e127c912..1d6f98c0eea7478948b63810a6c4215c50e1d3e9 100644 (file)
@@ -135,7 +135,7 @@ init_list_mark (struct init_list *list, const struct init_list *exclude,
   for (size_t i = 0; i < n_vars; i++)
     {
       struct variable *v = dict_get_var (d, i);
-      size_t case_index = var_get_case_index (v);
+      size_t case_index = var_get_dict_index (v);
       struct init_value *iv;
 
       /* Only include the correct class. */