Commit e796b958 authored by osdl.net!shemminger's avatar osdl.net!shemminger

Fix compile warning.

(Logical change 1.172)
parent a711b2ef
......@@ -242,9 +242,10 @@ int main(int argc, char **argv)
while ((c = getopt_long(argc, argv,"Vc:df:h?i:k:s:w:",
opts, NULL)) != -1) {
int i, len = 0;
char *tmp, *tok;
switch (c) {
int i, len = 0;
char *tmp, *tok;
case 'c':
count = strtoul(optarg, NULL, 0);
break;
......
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