Changes in uspace/app/bdsh/cmds/modules/cat/cat.c [948222e4:a35b458] in mainline
- File:
-
- 1 edited
-
uspace/app/bdsh/cmds/modules/cat/cat.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/cat/cat.c
r948222e4 ra35b458 338 338 argc = cli_count_args(argv); 339 339 340 c = 0; 341 optreset = 1; 342 optind = 0; 343 opt_ind = 0; 344 345 while (c != -1) { 340 for (c = 0, optreset = 1, optind = 0, opt_ind = 0; c != -1;) { 346 341 c = getopt_long(argc, argv, "xhvmH:t:b:sn", long_options, &opt_ind); 347 342 switch (c) {
Note:
See TracChangeset
for help on using the changeset viewer.
