]> gitweb.ps.run Git - ps-cgit/commitdiff
Add trim_end() and use it to remove trailing slashes from repo paths
authorLars Hjemli <hjemli@gmail.com>
Tue, 26 Jun 2007 16:04:31 +0000 (18:04 +0200)
committerLars Hjemli <hjemli@gmail.com>
Tue, 26 Jun 2007 16:04:39 +0000 (18:04 +0200)
The new function removes all trailing instances of an arbitrary character
from a copy of the supplied char array. This is then used to remove any
trailing slashes from cgit_query_path.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>

No differences found