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

Diff for /src/usr.bin/cvs/status.c between version 1.10 and 1.11

version 1.10, 2005/03/30 17:43:04 version 1.11, 2005/04/03 17:32:50
Line 96 
Line 96 
 cvs_status_sendflags(struct cvsroot *root)  cvs_status_sendflags(struct cvsroot *root)
 {  {
         if (verbose && (cvs_sendarg(root, "-v", 0) < 0))          if (verbose && (cvs_sendarg(root, "-v", 0) < 0))
                 return (EX_PROTOCOL);                  return (-1);
         return (0);          return (0);
 }  }
   

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11