]> git.ipfire.org Git - thirdparty/util-linux.git/commit
Refactor delay_for function signature to use const struct timeval
authorjNullj <15849761+jNullj@users.noreply.github.com>
Mon, 6 May 2024 21:30:27 +0000 (00:30 +0300)
committerjNullj <15849761+jNullj@users.noreply.github.com>
Mon, 6 May 2024 21:30:27 +0000 (00:30 +0300)
commit1179bef2f433d2ef790f69c211171d4fd47a052d
tree66333346bc4465741ed0f17eb004ba11bfaf9fa3
parent362953810d61d5b987c48ca711a90c801667b113
Refactor delay_for function signature to use const struct timeval

delay_for does not change delay.
Hint about that using const.
This allows for usage of const delay and improves readability.
term-utils/scriptreplay.c