X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Frecode.c;h=98e6dfdd2d0ecf1cddf842db228129439363b95f;hb=4fdeb2145d081ff1b84e3f6c99f9d1c048c0d64a;hp=36bb590e51634a5c84b6b6db7e636453f8494253;hpb=05e356b2a3087e819ef3b5388e29c822f41502e1;p=pspp diff --git a/src/recode.c b/src/recode.c index 36bb590e51..98e6dfdd2d 100644 --- a/src/recode.c +++ b/src/recode.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - 02111-1307, USA. */ + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + 02110-1301, USA. */ #include #include "error.h" @@ -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). */