pspp-cvs
[Top][All Lists]
Advanced

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

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


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

Index: pspp/src/title.c
diff -u pspp/src/title.c:1.8 pspp/src/title.c:1.9
--- pspp/src/title.c:1.8        Fri Apr 29 01:02:16 2005
+++ pspp/src/title.c    Mon May 16 07:33:17 2005
@@ -117,7 +117,7 @@
 
   memcpy (new_documents, old_documents, old_len);
   memset (new_documents + old_len, ' ', indent);
-  st_bare_pad_copy (new_documents + old_len + indent, line, 80 - indent);
+  buf_copy_str_rpad (new_documents + old_len + indent, 80 - indent, line);
   new_documents[old_len + 80] = '\0';
 
   dict_set_documents (default_dict, new_documents);




reply via email to

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