Implemented long variable names a la spss V12.
[pspp-builds.git] / src / recode.c
index 0a0aa61aa93ad48db79d487ac1430373ef4871b7..36bb590e51634a5c84b6b6db7e636453f8494253 100644 (file)
@@ -66,7 +66,7 @@ struct rcd_var
 
     struct variable *src;      /* Source variable. */
     struct variable *dest;     /* Destination variable. */
-    char dest_name[9];         /* Name of dest variable if we're creating it. */
+    char dest_name[SHORT_NAME_LEN + 1];                /* Name of dest variable if we're creating it. */
 
     int has_sysmis;            /* Do we recode for SYSMIS? */
     union value sysmis;                /* Coding for SYSMIS (if src is numeric). */