X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fmath%2Fsort.c;h=9f5e5fb956a4c94f31f78bd03139c78fd3742126;hb=f43378497b8400e9c22a3485c534693dc1bc9554;hp=0d32d5ccccfb0a37fca04391626ad9db6a37ff5f;hpb=a1a4228b112a6aca97fef5aaaf9ffa21271a1f72;p=pspp diff --git a/src/math/sort.c b/src/math/sort.c index 0d32d5cccc..9f5e5fb956 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; }