X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fcount.c;h=665248de6ca591ecb2de02406c00b8b12cd99ab5;hb=05e356b2a3087e819ef3b5388e29c822f41502e1;hp=af9642b8a233d2cb65bb914737cd391a417089da;hpb=a7cc8b259f0fe963aa30d4e64f7d39551ded1454;p=pspp diff --git a/src/count.c b/src/count.c index af9642b8a2..665248de6c 100644 --- a/src/count.c +++ b/src/count.c @@ -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. */ };