Changeset 943


Ignore:
Timestamp:
Jan 11, 2004, 4:16:11 PM (22 years ago)
Author:
bird
Message:

Corrected optind.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/src/emximp/emximp.c

    • Property cvs2svn:cvs-rev changed from 1.10 to 1.11
    r942 r943  
    12731273  opt_b = FALSE; opt_q = FALSE; opt_s = FALSE; base_len = 0; opt_o = NULL;
    12741274  opterr = 0;
    1275   optind = 0;
     1275  optind = 1;
    12761276  while ((c = getopt (argc, argv, "a::b:mo:p:qsP:")) != EOF)
    12771277    {
Note: See TracChangeset for help on using the changeset viewer.