]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/basic/strv.h
strv: rework strv_split_quoted() to use unquote_first_word()
authorLennart Poettering <lennart@poettering.net>
Mon, 10 Nov 2014 22:44:34 +0000 (23:44 +0100)
committerLennart Poettering <lennart@poettering.net>
Mon, 10 Nov 2014 22:45:12 +0000 (23:45 +0100)
commitf88e6be5ee31ff0e45fabcdedaf26d3be0d4817a
tree6eaee98e65ef337eddc31ea60a47ae444c8e2a1d
parent27e9c5af817147ea1c678769e45e83f2e4b4ae96
strv: rework strv_split_quoted() to use unquote_first_word()

This should make the unquoting scheme a bit less naive.
src/journal-remote/journal-remote.c
src/locale/localed.c
src/shared/strv.c
src/shared/strv.h
src/shared/util.c
src/test/test-strv.c