chiark / gitweb /
specifier: add helper for escaping '%' characters to avoid making them subject for...
authorLennart Poettering <lennart@poettering.net>
Tue, 21 Nov 2017 16:52:31 +0000 (17:52 +0100)
committerSven Eden <yamakuzure@gmx.net>
Tue, 21 Nov 2017 16:52:31 +0000 (17:52 +0100)
commitbadf96da81314a055c45c6186d1369bb96a7bab1
treeb4eafea45ae4e635ba135837d6020819e46c2542
parent4df5852ca4d6f901d54583dce3f470264c5256a5
specifier: add helper for escaping '%' characters to avoid making them subject for expansion

This is ultimately just a wrapper around strreplace(), but it makes
things a bit more self-descriptive.
src/test/meson.build
src/test/test-specifier.c [new file with mode: 0644]