Commit 0145e4a7 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

vtc: Properly parse `rxdata -some`

parent 005f8884
......@@ -2254,6 +2254,7 @@ cmd_rxdata(CMD_ARGS)
while (*++av)
if (!strcmp(*av, "-some")) {
av++;
STRTOU32(times, *av, p, vl, "-some");
if (!times)
vtc_fatal(vl, "-some argument must be more"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment