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

Diff for /src/usr.bin/cvs/cmd.c between version 1.9 and 1.10

version 1.9, 2005/04/11 18:02:58 version 1.10, 2005/04/12 14:58:40
Line 98 
Line 98 
                 }                  }
   
                 if (c->cmd_sendflags != NULL) {                  if (c->cmd_sendflags != NULL) {
                         if ((ret = c->cmd_sendflags(root)) < 0)                          if ((ret = c->cmd_sendflags(root)) != 0)
                                 return (ret);                                  return (ret);
                 }                  }
   

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