pspp-cvs
[Top][All Lists]
Advanced

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

[Pspp-cvs] Changes to pspp/src/file-handle.q


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/src/file-handle.q
Date: Mon, 16 May 2005 03:33:36 -0400

Index: pspp/src/file-handle.q
diff -u pspp/src/file-handle.q:1.18 pspp/src/file-handle.q:1.19
--- pspp/src/file-handle.q:1.18 Mon May  2 06:21:20 2005
+++ pspp/src/file-handle.q      Mon May 16 07:33:17 2005
@@ -116,7 +116,7 @@
 
   if (!lex_force_id ())
     return CMD_FAILURE;
-  st_trim_copy (handle_name, tokid, sizeof handle_name);
+  str_copy_trunc (handle_name, sizeof handle_name, tokid);
 
   handle = get_handle_with_name (handle_name);
   if (handle != NULL)




reply via email to

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