ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/getopt.c
(Generate patch)

Comparing ircd-hybrid-7.2/src/getopt.c (file contents):
Revision 755 by michael, Thu Aug 17 14:49:17 2006 UTC vs.
Revision 786 by michael, Sun Aug 27 08:48:04 2006 UTC

# Line 68 | Line 68 | parseargs(int *argc, char ***argv, struc
68                  {
69                  case YESNO:
70                    *((int *)opts[i].argloc) = 1;
71            (*argc)--;
72            (*argv)++;
71                    break;
72                  case INTEGER:
73                    if (*argc < 2)

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)