X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Frecode.c;h=f4f7bffa76d68bbec369404bc76cd6cccc597a40;hb=fad826ff86720f76220b05e00dc7dfa46e418859;hp=36bb590e51634a5c84b6b6db7e636453f8494253;hpb=05e356b2a3087e819ef3b5388e29c822f41502e1;p=pspp diff --git a/src/recode.c b/src/recode.c index 36bb590e51..f4f7bffa76 100644 --- a/src/recode.c +++ b/src/recode.c @@ -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). */