Adjustment to joining to work around server not always including space.
authorEric Mullins <emwine@earthlink.net>
Thu, 15 Oct 2009 22:54:51 +0000 (16:54 -0600)
committerEric Mullins <emwine@earthlink.net>
Thu, 15 Oct 2009 22:54:51 +0000 (16:54 -0600)
commit6ee5f4d3418f9b1b6c537ebf8a9ddd59341877c5
tree5a5f98a4106f7cf521305385f6a80e80b7613735
parentb62cf5e6c96ca7a64c184b6218c18eb045142a7b
Adjustment to joining to work around server not always including space.

This patch implements commit 98aa02bda540f17f1f50be00e494efafe439b004
into the updated joining routine.  This issue seems not to be server
variance, but instead the server electing to omit the space between
words when it occurs at exactly your width setting (-1 actually).

This patch makes the joiner add back the space just like the referenced
commit.  Note: this is just a workaround to a server issue-- the joiner
actually joins correctly before this patch.
backend.c