pspp-cvs
[Top][All Lists]
Advanced

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

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


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/src/format.c
Date: Sun, 31 Jul 2005 01:47:14 -0400

Index: pspp/src/format.c
diff -u pspp/src/format.c:1.14 pspp/src/format.c:1.15
--- pspp/src/format.c:1.14      Tue May 17 05:46:39 2005
+++ pspp/src/format.c   Sun Jul 31 05:47:13 2005
@@ -129,8 +129,8 @@
     {
       if (emit_error)
         msg (SE, _("Format %s specifies an odd width %d, but "
-                   "format %s requires an even width."),
-             str, spec->w, f->name, f->Imin_w, f->Imax_w);
+                   "an even width is required."),
+             str, spec->w);
       return false;
     }
   if (f->n_args > 1 && (spec->d < 0 || spec->d > 16))
@@ -213,7 +213,7 @@
                    "many decimal places as the field width, which "
                    "fails to allow space for a decimal point.  "
                    "Try %s%d.%d instead."),
-             str, f->name, f->name, spec->d + 1, spec->d);
+             str, f->name, spec->d + 1, spec->d);
       return 0;
     }
   return 1;




reply via email to

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