*: 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:
@ -106,7 +106,7 @@ int mt_main(int argc UNUSED_PARAM, char **argv)
|
||||
|
||||
op.mt_op = opcode_value[idx];
|
||||
if (argv[2])
|
||||
op.mt_count = xatoi_u(argv[2]);
|
||||
op.mt_count = xatoi_positive(argv[2]);
|
||||
else
|
||||
op.mt_count = 1; /* One, not zero, right? */
|
||||
|
||||
|
Reference in New Issue
Block a user