pspp-cvs
[Top][All Lists]
Advanced

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

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


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

Index: pspp/src/count.c
diff -u pspp/src/count.c:1.14 pspp/src/count.c:1.15
--- pspp/src/count.c:1.14       Mon Mar  7 03:04:50 2005
+++ pspp/src/count.c    Wed Apr 13 10:09:59 2005
@@ -108,7 +108,7 @@
     struct cnt_var_info *next;
 
     struct variable *d;                /* Destination variable. */
-    char n[9];                 /* Name of dest var. */
+    char n[SHORT_NAME_LEN + 1];        /* Name of dest var. */
 
     struct counting *c;                /* The counting specifications. */
   };




reply via email to

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