X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fdata%2Fdatasheet-test.c;h=5ad31b2db89a46f8675b904288a4de091b23dd41;hb=591bdbcf101c4d28cee791cc2444c414e460f7be;hp=f0384853e60ccde412a3633f08ca40dd0a698b9a;hpb=b525a9596e60d5ae4c6c464b4a426b77ade3dd72;p=pspp diff --git a/tests/data/datasheet-test.c b/tests/data/datasheet-test.c index f0384853e6..5ad31b2db8 100644 --- a/tests/data/datasheet-test.c +++ b/tests/data/datasheet-test.c @@ -699,7 +699,7 @@ datasheet_mc_mutate (struct mc *mc, const void *ods_) datasheet_delete_rows (ds, pos, n); - release_data (n, oproto, &data[pos]); + release_data (n, oproto, data + pos); remove_range (&data[0], n_rows, sizeof data[0], pos, n); check_datasheet (mc, ds, data, n_rows - n, oproto);