Follow-up Comment #1, patch #6650 (project pspp):
Note that compare_values (from src/data/values.[ch]) now takes a variable,
not a width as it's 3rd argument.
Therefore, in serveral places where you've written
compare_values (val1, val2, var_get_width (var));
this should be
compare_values (val1, val2, var);
instead.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/patch/?6650>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
_______________________________________________
pspp-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/pspp-dev