Changeset 1843


Ignore:
Timestamp:
Mar 13, 2005, 12:06:11 PM (20 years ago)
Author:
bird
Message:

l:: problem (getopt vs. getopt_long).

File:
1 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.40 to 1.41
    r1842 r1843  
    42264226  /* Parse the command line options. */
    42274227
    4228   while ((c = getopt (argc, argv, "bdD:h:i:jI:m:l::o:P:p:qO:r:R:tsuxwz")) != EOF)
     4228  while ((c = getopt_long (argc, argv, "bdD:h:i:jI:m:l::o:P:p:qO:r:R:tsuxwz", NULL, NULL)) != EOF) /* use long for getting optional -l argument working (FLAG_PERMUTE). */
    42294229    switch (c)
    42304230      {
Note: See TracChangeset for help on using the changeset viewer.