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: John Darrington
Subject: [Pspp-cvs] Changes to pspp/src/aggregate.c
Date: Fri, 27 May 2005 00:39:54 -0400

Index: pspp/src/aggregate.c
diff -u pspp/src/aggregate.c:1.37 pspp/src/aggregate.c:1.38
--- pspp/src/aggregate.c:1.37   Tue May 17 05:46:39 2005
+++ pspp/src/aggregate.c        Fri May 27 04:39:52 2005
@@ -33,6 +33,7 @@
 #include "pool.h"
 #include "settings.h"
 #include "sfm-write.h"
+#include "sort-prs.h"
 #include "sort.h"
 #include "str.h"
 #include "var.h"
@@ -208,7 +209,7 @@
          lex_match ('=');
           agr.sort = sort_parse_criteria (default_dict,
                                           &agr.break_vars, &agr.break_var_cnt,
-                                          &saw_direction);
+                                          &saw_direction, NULL);
           if (agr.sort == NULL)
             goto error;
          




reply via email to

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