Fix bug in "trim link target" function (wikitext, 44d9cec)

This was a bug exposed thanks to a "value computed is not used" warning emitted when building on RHEL 5.1 (but which doesn't appear on Mac OS X or RHEL 3). Although it was a bug, looks harmless enough: basically the leftmost character would be altered instead of the desired behaviour of moving the leftmost boundary. So the worst-case scenario would be an aesthetic glitch in the output, but it turns out that in the spec suite the glitch never appeared in practice.

Signed-off-by: Greg Hurrell <greg@hurrell.net>

← Let the compiler decide when to inline (wikitext, cf1128c)
RSTRING_PTR and RSTRING_LEN fixes for Ruby 1.8.5 compatibility (wikitext, 7e157f8) →

All snippets