[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.32 and 1.33

version 1.32, 2005/05/11 00:07:57 version 1.33, 2005/05/12 17:32:16
Line 307 
Line 307 
 static int  static int
 cvs_resp_error(struct cvsroot *root, int type, char *line)  cvs_resp_error(struct cvsroot *root, int type, char *line)
 {  {
           if (line == NULL)
                   return (1);
   
         /* XXX - GNU cvs sends an empty error message          /* XXX - GNU cvs sends an empty error message
          * at the end of the diff command, even for successfull           * at the end of the diff command, even for successfull

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33