No need to add 1 to arg passed to ds_extend(), because the argument
authorBen Pfaff <blp@gnu.org>
Tue, 2 May 2006 22:46:00 +0000 (22:46 +0000)
committerBen Pfaff <blp@gnu.org>
Tue, 2 May 2006 22:46:00 +0000 (22:46 +0000)
commit7dc0dcc86cfceecf53be9e88619885935ec40f8a
treebc212a27425f605f329dc9e07a8399f26d356a17
parent65c7da3a918fd720a0d7db73feebdb0442480e5b
No need to add 1 to arg passed to ds_extend(), because the argument
does not include space for a null terminator.  Also, fix warning.
src/libpspp/ChangeLog
src/libpspp/str.c