pspp-cvs
[Top][All Lists]
Advanced

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

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


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

Index: pspp/src/compute.c
diff -u pspp/src/compute.c:1.19 pspp/src/compute.c:1.20
--- pspp/src/compute.c:1.19     Mon May  2 06:21:20 2005
+++ pspp/src/compute.c  Mon May 16 07:33:16 2005
@@ -353,7 +353,7 @@
   else
     {
       /* Variable name. */
-      st_trim_copy (lvalue->var_name, tokid, sizeof lvalue->var_name);
+      str_copy_trunc (lvalue->var_name, sizeof lvalue->var_name, tokid);
       lex_get ();
     }
   return lvalue;




reply via email to

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