Changed a few instances of SHORT_NAME_LEN to LONG_NAME_LEN
[pspp-builds.git] / src / recode.c
index 36bb590e51634a5c84b6b6db7e636453f8494253..f4f7bffa76d68bbec369404bc76cd6cccc597a40 100644 (file)
@@ -66,7 +66,7 @@ struct rcd_var
 
     struct variable *src;      /* Source variable. */
     struct variable *dest;     /* Destination variable. */
-    char dest_name[SHORT_NAME_LEN + 1];                /* Name of dest variable if we're creating it. */
+    char dest_name[LONG_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). */