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: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/src/get.c
Date: Wed, 25 May 2005 00:54:55 -0400

Index: pspp/src/get.c
diff -u pspp/src/get.c:1.31 pspp/src/get.c:1.32
--- pspp/src/get.c:1.31 Wed May 25 02:31:32 2005
+++ pspp/src/get.c      Wed May 25 04:54:54 2005
@@ -1201,7 +1201,9 @@
   bool read_active_file;
 
   assert (mtf->head != NULL);
-  assert (mtf->head->type == MTF_FILE);
+  if (mtf->head->type == MTF_TABLE)
+    return 1;
+  
   do
     {
       struct mtf_file *min_head, *min_tail; /* Files with minimum BY values. */




reply via email to

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