pspp-cvs
[Top][All Lists]
Advanced

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

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


From: John Darrington
Subject: [Pspp-cvs] Changes to pspp/src/modify-vars.c
Date: Wed, 13 Apr 2005 06:10:05 -0400

Index: pspp/src/modify-vars.c
diff -u pspp/src/modify-vars.c:1.10 pspp/src/modify-vars.c:1.11
--- pspp/src/modify-vars.c:1.10 Mon Nov 15 09:51:22 2004
+++ pspp/src/modify-vars.c      Wed Apr 13 10:09:59 2005
@@ -358,7 +358,7 @@
 struct var_renaming
   {
     struct variable *var;
-    char new_name[9];
+    char new_name[SHORT_NAME_LEN + 1];
   };
 
 /* A algo_compare_func that compares new_name members in struct




reply via email to

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