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

Diff for /src/usr.bin/cvs/Attic/resp.c between version 1.19 and 1.20

version 1.19, 2005/01/06 18:40:33 version 1.20, 2005/01/13 05:39:07
Line 161 
Line 161 
         if (resp == NULL) {          if (resp == NULL) {
                 return (-1);                  return (-1);
         } else if (cvs_resp_swtab[resp->resp_id].hdlr == NULL) {          } else if (cvs_resp_swtab[resp->resp_id].hdlr == NULL) {
                 cvs_log(LP_ERRNO, "handler for `%s' not implemented", cmd);                  cvs_log(LP_ERR, "handler for `%s' not implemented", cmd);
                 return (-1);                  return (-1);
         }          }
   

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20