]> git.ipfire.org Git - thirdparty/systemd.git/commit
core/show-status: use strlen where appropriate 32311/head
authorMike Yuan <me@yhndnzj.com>
Wed, 17 Apr 2024 08:48:29 +0000 (16:48 +0800)
committerMike Yuan <me@yhndnzj.com>
Wed, 17 Apr 2024 09:04:24 +0000 (17:04 +0800)
commited67739ad507b4371edd2c09c43a45874d50d35b
tree4d84ffe28880e67c15b63346d01732125e5329ff
parentc498b2f7eef54f9b7be7c8a8bbc0d26c73e13f18
core/show-status: use strlen where appropriate

We don't use sizeof() outside of array definitions
these days. The compiler should be capable of
optimizing this out.
src/core/show-status.c