pspp-cvs
[Top][All Lists]
Advanced

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

[Pspp-cvs] Changes to pspp/src/crosstabs.q


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/src/crosstabs.q
Date: Tue, 01 Mar 2005 03:16:23 -0500

Index: pspp/src/crosstabs.q
diff -u pspp/src/crosstabs.q:1.21 pspp/src/crosstabs.q:1.22
--- pspp/src/crosstabs.q:1.21   Mon Feb  7 02:12:02 2005
+++ pspp/src/crosstabs.q        Tue Mar  1 08:16:15 2005
@@ -1641,7 +1641,7 @@
 table_value_missing (struct tab_table *table, int c, int r, unsigned char opt,
                     const union value *v, const struct variable *var)
 {
-  struct len_string s;
+  struct fixed_string s;
 
   const char *label = val_labs_find (var->val_labs, *v);
   if (label) 
@@ -1688,7 +1688,7 @@
 {
   const struct fmt_spec f = {FMT_F, 10, 1};
   union value v;
-  struct len_string s;
+  struct fixed_string s;
   
   s.length = 10;
   s.string = tab_alloc (table, 16);




reply via email to

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