From 20a399822282522aee8a390bb1a8d85166dd1ea1 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 15 May 2012 17:45:17 +0200 Subject: sys-utils: cleanup strtoxx_or_err() Signed-off-by: Karel Zak --- sys-utils/prlimit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys-utils/prlimit.c') diff --git a/sys-utils/prlimit.c b/sys-utils/prlimit.c index 7e52a2d9c..58e189c1f 100644 --- a/sys-utils/prlimit.c +++ b/sys-utils/prlimit.c @@ -581,7 +581,7 @@ int main(int argc, char **argv) if (pid) /* we only work one pid at a time */ errx(EXIT_FAILURE, _("only use one PID at a time")); - pid = strtol_or_err(optarg, _("cannot parse PID")); + pid = strtos32_or_err(optarg, _("invalid PID argument")); break; case 'h': usage(stdout); -- cgit v1.2.3-55-g7522