Added casereader_clone function.
[pspp-builds.git] / src / language / stats / descriptives.c
index eaf9bb7fcc0034b77c9d2f6b8f3ee177af60262e..a513bc09ef1436d565fc6bbf2ca4508bdce9eac4 100644 (file)
@@ -576,7 +576,7 @@ dump_z_table (struct dsc_proc *dsc)
 */
 static int
 descriptives_trns_proc (void *trns_, struct ccase * c,
-                        int case_idx UNUSED)
+                        casenum_t case_idx UNUSED)
 {
   struct dsc_trns *t = trns_;
   struct dsc_z_score *z;