pspp-cvs
[Top][All Lists]
Advanced

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

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


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/src/file-handle.q
Date: Sun, 31 Jul 2005 01:45:01 -0400

Index: pspp/src/file-handle.q
diff -u pspp/src/file-handle.q:1.20 pspp/src/file-handle.q:1.21
--- pspp/src/file-handle.q:1.20 Sun Jun 12 21:58:10 2005
+++ pspp/src/file-handle.q      Sun Jul 31 05:45:01 2005
@@ -169,7 +169,7 @@
       else if (cmd.n_lrecl[0] < 1)
        {
          msg (SE, _("Record length (%ld) must be at least one byte.  "
-                    "1-character records will be assumed."), cmd.n_lrecl);
+                    "1-character records will be assumed."), cmd.n_lrecl[0]);
           handle->length = 1;
        }
       else




reply via email to

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