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-out.c


From: John Darrington
Subject: [Pspp-cvs] Changes to pspp/src/data-out.c
Date: Tue, 17 May 2005 09:53:39 -0400

Index: pspp/src/data-out.c
diff -u pspp/src/data-out.c:1.16 pspp/src/data-out.c:1.17
--- pspp/src/data-out.c:1.16    Tue May 17 05:46:39 2005
+++ pspp/src/data-out.c Tue May 17 13:53:38 2005
@@ -1042,7 +1042,7 @@
               /* There are no decimal places, so there's no way
                  that the value can be shortened.  Either it fits
                  or it doesn't. */
-              char buf[40];
+              char buf[41];
               sprintf (buf, "%*.0f", fp->w, number);
               if (strlen (buf) <= fp->w) 
                 {




reply via email to

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