pspp-cvs
[Top][All Lists]
Advanced

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

[Pspp-cvs] Changes to pspp/src/case.h


From: John Darrington
Subject: [Pspp-cvs] Changes to pspp/src/case.h
Date: Wed, 05 Jan 2005 09:57:41 -0500

Index: pspp/src/case.h
diff -u pspp/src/case.h:1.2 pspp/src/case.h:1.3
--- pspp/src/case.h:1.2 Mon Nov 15 09:51:22 2004
+++ pspp/src/case.h     Wed Jan  5 14:45:54 2005
@@ -131,10 +131,10 @@
 
 static inline void
 case_to_values (const struct ccase *c, union value *output,
-                size_t output_size UNUSED) 
+                size_t output_size ) 
 {
   memcpy (output, c->case_data->values,
-          c->case_data->value_cnt * sizeof *output);
+          output_size * sizeof *output);
 }
 
 static inline void




reply via email to

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