pspp-cvs
[Top][All Lists]
Advanced

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

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


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/src/descript.c
Date: Mon, 16 May 2005 03:33:32 -0400

Index: pspp/src/descript.c
diff -u pspp/src/descript.c:1.12 pspp/src/descript.c:1.13
--- pspp/src/descript.c:1.12    Mon May  2 06:21:20 2005
+++ pspp/src/descript.c Mon May 16 07:33:17 2005
@@ -482,7 +482,7 @@
 
   /* Try a name based on the original variable name. */
   name[0] = 'Z';
-  st_trim_copy (name + 1, var_name, sizeof name - 1);
+  str_copy_trunc (name + 1, sizeof name - 1, var_name);
   if (try_name (dsc, name))
     {
       strcpy (z_name, name);




reply via email to

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