ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/CCSAdmin/turnin.c
(Generate patch)

Comparing CCSAdmin/adduser.c (file contents):
Revision 563 by douglas, 2005-08-28T01:55:06-07:00 vs.
Revision 564 by douglas, 2005-08-28T03:22:30-07:00

# Line 12 | Line 12
12  
13   int main(int argc, char *argv[])
14   {
15 +        if (argc < 1)
16 +                return 1;
17 +        
18          int exception;
19          jmp_buf environment;
20  
# Line 36 | Line 39 | int main(int argc, char *argv[])
39          regcheck(regcomp(&name_, "^-name=([^:]+)$", REG_EXTENDED), &name_, environment);
40  
41          char user[MAXLOGNAME] = "", *name = NULL;
42 <        
42 >
43          for (int index = 1; index != argc; ++index)
44          {
45                  regmatch_t match[2];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines