pspp-cvs
[Top][All Lists]
Advanced

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

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


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/src/dictionary.c
Date: Thu, 05 May 2005 02:59:55 -0400

Index: pspp/src/dictionary.c
diff -u pspp/src/dictionary.c:1.21 pspp/src/dictionary.c:1.22
--- pspp/src/dictionary.c:1.21  Mon May  2 06:21:20 2005
+++ pspp/src/dictionary.c       Thu May  5 06:59:54 2005
@@ -450,7 +450,6 @@
   assert (d != NULL);
   assert (v != NULL);
   assert (dict_contains_var (d, v));
-  assert (d->var[v->index] == v);
 
   /* Delete aux data. */
   var_clear_aux (v);
@@ -789,7 +788,7 @@
           i++;
         }
       else
-        dict_delete_var (default_dict, v);
+        dict_delete_var (d, v);
     }
 }
 




reply via email to

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