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

Diff for /src/usr.bin/cvs/commit.c between version 1.24 and 1.25

version 1.24, 2005/04/15 14:34:15 version 1.25, 2005/04/16 18:01:26
Line 217 
Line 217 
         if (l == -1 || l >= (int)sizeof(rcspath)) {          if (l == -1 || l >= (int)sizeof(rcspath)) {
                 errno = ENAMETOOLONG;                  errno = ENAMETOOLONG;
                 cvs_log(LP_ERRNO, "%s", rcspath);                  cvs_log(LP_ERRNO, "%s", rcspath);
   
                   cvs_ent_free(entp);
                 return (-1);                  return (-1);
         }          }
   

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