pspp-cvs
[Top][All Lists]
Advanced

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

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


From: John Darrington
Subject: [Pspp-cvs] Changes to pspp/src/get.c
Date: Tue, 24 May 2005 22:31:40 -0400

Index: pspp/src/get.c
diff -u pspp/src/get.c:1.30 pspp/src/get.c:1.31
--- pspp/src/get.c:1.30 Tue May 17 05:46:39 2005
+++ pspp/src/get.c      Wed May 25 02:31:32 2005
@@ -1030,7 +1030,7 @@
   if (mtf.sink->class->open != NULL)
     mtf.sink->class->open (mtf.sink);
 
-  mtf.seq_nums = xcalloc (dict_get_var_cnt (mtf.dict) * sizeof *mtf.seq_nums);
+  mtf.seq_nums = xcalloc (dict_get_var_cnt (mtf.dict), sizeof *mtf.seq_nums);
   case_create (&mtf.mtf_case, dict_get_next_value_idx (mtf.dict));
 
   mtf_read_nonactive_records (&mtf);




reply via email to

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