/[pspp]/pspp/src/title.c
ViewVC logotype

Diff of /pspp/src/title.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by jmd, Fri Apr 29 01:02:16 2005 UTC revision 1.9 by blp, Mon May 16 07:33:17 2005 UTC
# Line 117  add_document_line (const char *line, int Line 117  add_document_line (const char *line, int
117    
118    memcpy (new_documents, old_documents, old_len);    memcpy (new_documents, old_documents, old_len);
119    memset (new_documents + old_len, ' ', indent);    memset (new_documents + old_len, ' ', indent);
120    st_bare_pad_copy (new_documents + old_len + indent, line, 80 - indent);    buf_copy_str_rpad (new_documents + old_len + indent, 80 - indent, line);
121    new_documents[old_len + 80] = '\0';    new_documents[old_len + 80] = '\0';
122    
123    dict_set_documents (default_dict, new_documents);    dict_set_documents (default_dict, new_documents);

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26