Avoid forcing an int into a void *
[pspp-builds.git] / src / language / stats / examine.q
index 7f197ec37b57818767188fce9c1b2ab9a57e956c..e341b18a352f294298a4fbb004eb9c2672412fd6 100644 (file)
@@ -1338,7 +1338,7 @@ show_summary (const struct variable **dependent_var, int n_dep_var,
 
              if ( last_value == NULL ||
                   compare_values (last_value, result->value[0],
-                                  var_get_width(fctr->indep_var[0])))
+                                  fctr->indep_var[0]))
                {
                  struct string str;