/[pengfork]/pengfork/src/options.c
ViewVC logotype

Diff of /pengfork/src/options.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.34 by chupa, Tue Feb 4 22:45:58 2003 UTC revision 1.35 by chupa, Tue Feb 11 14:54:45 2003 UTC
# Line 436  set_opt_param_long (opt) Line 436  set_opt_param_long (opt)
436  {  {
437    int i;    int i;
438    
439    for (i = 0; i < PARAM_MAX && strcmp(opt,param[i].longopt); i++);    for (i = 0; i < PARAM_MAX; i++)
440        if(param[i].longopt && !strcmp(opt, param[i].longopt)) break;
441    if (i == PARAM_MAX)    if (i == PARAM_MAX)
442      return 0;      return 0;
443    

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26