chiark / gitweb /
tree-wide: use path_startswith() rather than startswith() where ever that's appropriate
authorLennart Poettering <lennart@poettering.net>
Wed, 9 Aug 2017 17:03:39 +0000 (19:03 +0200)
committerSven Eden <yamakuzure@gmx.net>
Mon, 25 Sep 2017 12:31:04 +0000 (14:31 +0200)
commitd1c1c992b810520323ddbceca865ba8995f1dd95
treed08f8b7821746419d63ce5956661c0ae4a6b693c
parent1af2863f2cc977ecc0bcbde641191627fc07a9f1
tree-wide: use path_startswith() rather than startswith() where ever that's appropriate

When checking path prefixes we really should use the right APIs, just in
case people add multiple slashes to their paths...
src/basic/terminal-util.c