[BACK]Return to annotate.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / cvs

Diff for /src/usr.bin/cvs/annotate.c between version 1.51 and 1.52

version 1.51, 2008/02/04 19:12:31 version 1.52, 2008/02/04 21:25:32
Line 63 
Line 63 
   
         flags = CR_RECURSE_DIRS;          flags = CR_RECURSE_DIRS;
   
         while ((ch = getopt(argc, argv, cvs_cmd_annotate.cmd_opts)) != -1) {          while ((ch = getopt(argc, argv, cvs_cmdop == CVS_OP_ANNOTATE ?
               cvs_cmd_annotate.cmd_opts : cvs_cmd_rannotate.cmd_opts)) != -1) {
                 switch (ch) {                  switch (ch) {
                 case 'D':                  case 'D':
                         break;                          break;

Legend:
Removed from v.1.51  
changed lines
  Added in v.1.52