pspp-cvs
[Top][All Lists]
Advanced

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

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


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

Index: pspp/src/vars-atr.c
diff -u pspp/src/vars-atr.c:1.22 pspp/src/vars-atr.c:1.23
--- pspp/src/vars-atr.c:1.22    Mon May  2 06:21:21 2005
+++ pspp/src/vars-atr.c Mon May 16 07:33:17 2005
@@ -346,8 +346,8 @@
   assert (v != NULL);
   assert (short_name[0] == '\0' || var_is_valid_name (short_name, false));
   
-  st_trim_copy (v->short_name, short_name, sizeof v->short_name);
-  st_uppercase (v->short_name);
+  str_copy_trunc (v->short_name, sizeof v->short_name, short_name);
+  str_uppercase (v->short_name);
 }
 
 /* Clears V's short name. */




reply via email to

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