Implemented long variable names a la spss V12.
[pspp-builds.git] / src / count.c
index af9642b8a233d2cb65bb914737cd391a417089da..665248de6ca591ecb2de02406c00b8b12cd99ab5 100644 (file)
@@ -108,7 +108,7 @@ struct cnt_var_info
     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. */
   };