*: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
7bfbbd434a
commit
7783248eaa
27 changed files with 49 additions and 44 deletions
|
@ -373,7 +373,7 @@ int start_stop_daemon_main(int argc UNUSED_PARAM, char **argv)
|
|||
|
||||
// IF_FEATURE_START_STOP_DAEMON_FANCY(
|
||||
// if (retry_arg)
|
||||
// retries = xatoi_u(retry_arg);
|
||||
// retries = xatoi_positive(retry_arg);
|
||||
// )
|
||||
//argc -= optind;
|
||||
argv += optind;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue