pspp-cvs
[Top][All Lists]
Advanced

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

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


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/src/data-in.c
Date: Tue, 10 May 2005 23:09:09 -0400

Index: pspp/src/data-in.c
diff -u pspp/src/data-in.c:1.17 pspp/src/data-in.c:1.18
--- pspp/src/data-in.c:1.17     Mon May  2 06:21:20 2005
+++ pspp/src/data-in.c  Wed May 11 03:09:09 2005
@@ -1363,6 +1363,8 @@
 {
   const struct fmt_desc *const fmt = &formats[i->format.type];
 
+  assert (check_input_specifier (&i->format, 0));
+
   /* Check that we've got a string to work with. */
   if (i->e == i->s || i->format.w <= 0)
     {




reply via email to

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