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


From: John Darrington
Subject: [Pspp-cvs] Changes to pspp/src/file-type.c
Date: Wed, 13 Apr 2005 06:10:04 -0400

Index: pspp/src/file-type.c
diff -u pspp/src/file-type.c:1.16 pspp/src/file-type.c:1.17
--- pspp/src/file-type.c:1.16   Mon Mar 14 06:54:40 2005
+++ pspp/src/file-type.c        Wed Apr 13 10:09:59 2005
@@ -44,7 +44,7 @@
 /* Limited variable column specifications. */
 struct col_spec
   {
-   char name[9];               /* Variable name. */
+   char name[SHORT_NAME_LEN + 1];      /* Variable name. */
     int fc, nc;                        /* First column (1-based), # of 
columns. */
     int fmt;                   /* Format type. */
     struct variable *v;                /* Variable. */




reply via email to

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