pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] Changes to pspp/src/recode.c


From: John Darrington
Subject: [Pspp-cvs] Changes to pspp/src/recode.c
Date: Wed, 27 Apr 2005 00:45:29 -0400

Index: pspp/src/recode.c
diff -u pspp/src/recode.c:1.19 pspp/src/recode.c:1.20
--- pspp/src/recode.c:1.19      Wed Apr 13 10:09:59 2005
+++ pspp/src/recode.c   Wed Apr 27 04:45:26 2005
@@ -66,7 +66,7 @@
 
     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). */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]