pspp-cvs
[Top][All Lists]
Advanced

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

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


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/src/dictionary.c
Date: Tue, 26 Apr 2005 02:32:07 -0400

Index: pspp/src/dictionary.c
diff -u pspp/src/dictionary.c:1.18 pspp/src/dictionary.c:1.19
--- pspp/src/dictionary.c:1.18  Sat Apr 23 09:27:24 2005
+++ pspp/src/dictionary.c       Tue Apr 26 06:32:02 2005
@@ -566,6 +566,7 @@
   strncpy (v->name, new_name, sizeof v->name);
   v->name[SHORT_NAME_LEN] = '\0';
   hsh_force_insert (d->name_tab, v);
+  dict_add_longvar_entry (d, new_name, new_name);
 }
 
 /* Returns the variable named NAME in D, or a null pointer if no




reply via email to

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