Implemented the SHOW command and massaged the SET command to fit
[pspp-builds.git] / src / aggregate.c
index cb7cff064d2371e87ef9ea08ec75152d1eaf98ec..72b4605978a650d7c6da5127fd2ab9388e5ae658 100644 (file)
@@ -326,7 +326,7 @@ create_sysfile (struct agr_proc *agr)
   struct sfm_write_info w;
   w.h = agr->out_file;
   w.dict = agr->dict;
-  w.compress = set_scompression;
+  w.compress = get_scompression();
   if (!sfm_write_dictionary (&w))
     return 0;