X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Fsort.c;h=9f5e5fb956a4c94f31f78bd03139c78fd3742126;hb=f43378497b8400e9c22a3485c534693dc1bc9554;hp=0d32d5ccccfb0a37fca04391626ad9db6a37ff5f;hpb=1959a8562768999654fb385a5f8892a0c3a69f93;p=pspp-builds.git diff --git a/src/math/sort.c b/src/math/sort.c index 0d32d5cc..9f5e5fb9 100644 --- a/src/math/sort.c +++ b/src/math/sort.c @@ -93,7 +93,7 @@ static bool sort_to_casefile_callback (const struct casefile *cf, void *cb_data_) { struct sort_to_casefile_cb_data *cb_data = cb_data_; - cb_data->output = sort_execute (casefile_get_reader (cf), cb_data->criteria); + cb_data->output = sort_execute (casefile_get_reader (cf, NULL), cb_data->criteria); return cb_data->output != NULL; }