Changes in uspace/app/bdsh/cmds/modules/cmp/cmp.c [948222e4:a35b458] in mainline
- File:
-
- 1 edited
-
uspace/app/bdsh/cmds/modules/cmp/cmp.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/cmp/cmp.c
r948222e4 ra35b458 123 123 argc = cli_count_args(argv); 124 124 125 c = 0; 126 optreset = 1; 127 optind = 0; 128 opt_ind = 0; 129 130 while (c != -1) { 125 for (c = 0, optreset = 1, optind = 0, opt_ind = 0; c != -1;) { 131 126 c = getopt_long(argc, argv, "hv", long_options, &opt_ind); 132 127 switch (c) {
Note:
See TracChangeset
for help on using the changeset viewer.
