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: Wed, 26 Oct 2005 01:06:17 -0400

Index: pspp/src/aggregate.c
diff -u pspp/src/aggregate.c:1.42 pspp/src/aggregate.c:1.43
--- pspp/src/aggregate.c:1.42   Mon Oct 24 02:51:32 2005
+++ pspp/src/aggregate.c        Wed Oct 26 05:06:14 2005
@@ -371,7 +371,7 @@
          {
            int j;
 
-           dest_label = xrealloc (dest_label, sizeof *dest_label * n_dest);
+           dest_label = xnrealloc (dest_label, n_dest, sizeof *dest_label);
            for (j = n_dest_prev; j < n_dest; j++)
              dest_label[j] = NULL;
          }




reply via email to

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