]> git.ipfire.org Git - thirdparty/util-linux.git/commit
lib/pidutils, lib/pidfd-utils: use _() instead of N_() in err() calls
authorKarel Zak <kzak@redhat.com>
Thu, 9 Apr 2026 13:08:30 +0000 (15:08 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 9 Apr 2026 13:08:30 +0000 (15:08 +0200)
commit92e14a10acd0a4e1793db41fc51a0316bed4e20b
tree689f1ddae106860eb00589ad7f471a90d4e663ab
parent5d61e7fc1d0015134d208401f3b62ff40a5eddd9
lib/pidutils, lib/pidfd-utils: use _() instead of N_() in err() calls

N_() only marks a string for translation extraction but does not
translate at runtime. Use _() to ensure the error messages are
actually translated when displayed.

Signed-off-by: Karel Zak <kzak@redhat.com>
lib/pidfd-utils.c
lib/pidutils.c