]> git.ipfire.org Git - thirdparty/systemd.git/commit
os-util: invert order of arguments in extension release parser
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 8 Apr 2023 13:10:25 +0000 (22:10 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 11 Apr 2023 09:49:23 +0000 (18:49 +0900)
commit7ef43c78dfb2abf3f3b98b325c10f2ca347f4c72
treedf7270071f503edcdb95ea007f9cd08c42039687
parent61acfd8311bee7deadad1c41397ab32846575a3a
os-util: invert order of arguments in extension release parser

For consistency with other functions.
Unfortunately, va_start() requires that the previous argument is a
pointer, hence the order of the arguments in the internal function
cannot be changed.
src/basic/os-util.h
src/test/test-os-util.c