Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bdsh/cmds/modules/mkfile/mkfile.c

    ra35b458 r948222e4  
    133133        argc = cli_count_args(argv);
    134134
    135         for (c = 0, optreset = 1, optind = 0, opt_ind = 0; c != -1;) {
     135        c = 0;
     136        optreset = 1;
     137        optind = 0;
     138        opt_ind = 0;
     139
     140        while (c != -1) {
    136141                c = getopt_long(argc, argv, "ps:h", long_options, &opt_ind);
    137142                switch (c) {
Note: See TracChangeset for help on using the changeset viewer.