pspp-cvs
[Top][All Lists]
Advanced

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

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


From: John Darrington
Subject: [Pspp-cvs] Changes to pspp/src/dfm-read.c
Date: Fri, 13 May 2005 20:25:28 -0400

Index: pspp/src/dfm-read.c
diff -u pspp/src/dfm-read.c:1.3 pspp/src/dfm-read.c:1.4
--- pspp/src/dfm-read.c:1.3     Fri Apr 29 01:02:14 2005
+++ pspp/src/dfm-read.c Sat May 14 00:25:28 2005
@@ -78,7 +78,7 @@
       assert (inline_open_cnt > 0);
       still_open = --inline_open_cnt;
 
-      if (!still_open) 
+      if (still_open) 
         {
           /* Skip any remaining data on the inline file. */
           while ((r->flags & DFM_EOF) == 0)




reply via email to

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