Implemented the SHOW command and massaged the SET command to fit
[pspp-builds.git] / src / get.c
index 0906d71125b45a320558fa9c173d71e297996432..c33680fd5a4c11f939c03d9274f68cc84af7cfb5 100644 (file)
--- a/src/get.c
+++ b/src/get.c
@@ -299,7 +299,7 @@ static int rename_variables (struct dictionary * dict);
 static int
 trim_dictionary (struct dictionary *dict, int *options)
 {
-  if (set_scompression)
+  if (get_scompression())
     *options |= GTSV_OPT_COMPRESSED;
 
   if (*options & GTSV_OPT_SAVE)