X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Frecode.c;h=36bb590e51634a5c84b6b6db7e636453f8494253;hb=05e356b2a3087e819ef3b5388e29c822f41502e1;hp=0a0aa61aa93ad48db79d487ac1430373ef4871b7;hpb=a7cc8b259f0fe963aa30d4e64f7d39551ded1454;p=pspp-builds.git diff --git a/src/recode.c b/src/recode.c index 0a0aa61a..36bb590e 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[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). */