pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] Changes to pspp/src/aggregate.c


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/src/aggregate.c
Date: Sun, 21 Aug 2005 03:21:07 -0400

Index: pspp/src/aggregate.c
diff -u pspp/src/aggregate.c:1.40 pspp/src/aggregate.c:1.41
--- pspp/src/aggregate.c:1.40   Sun Aug  7 04:39:28 2005
+++ pspp/src/aggregate.c        Sun Aug 21 07:21:06 2005
@@ -278,7 +278,8 @@
     }
   else
     {
-      agr.writer = sfm_open_writer (out_file, agr.dict, get_scompression (), 
0);
+      agr.writer = sfm_open_writer (out_file, agr.dict,
+                                    sfm_writer_default_options ());
       if (agr.writer == NULL)
         goto error;
       




reply via email to

[Prev in Thread] Current Thread [Next in Thread]