[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.24 and 1.25

version 1.24, 2005/04/13 15:08:36 version 1.25, 2005/04/14 03:02:35
Line 597 
Line 597 
                 cvs_log(LP_ERR, "Entries path overflow in response");                  cvs_log(LP_ERR, "Entries path overflow in response");
                 return (-1);                  return (-1);
         }          }
           ret = 0;
   
         entfile = cvs_ent_open(line, O_WRONLY);          entfile = cvs_ent_open(line, O_WRONLY);
         if (entfile == NULL) {          if (entfile == NULL) {

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25