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

Diff for /src/usr.bin/cvs/rcs.c between version 1.283 and 1.284

version 1.283, 2009/01/02 00:11:01 version 1.284, 2009/02/15 13:40:33
Line 401 
Line 401 
                 fatal("fdopen %s: %s", fn, strerror(saved_errno));                  fatal("fdopen %s: %s", fn, strerror(saved_errno));
         }          }
   
           cvs_worklist_add(fn, &temp_files);
   
         if (rfp->rf_head != NULL)          if (rfp->rf_head != NULL)
                 rcsnum_tostr(rfp->rf_head, numbuf, sizeof(numbuf));                  rcsnum_tostr(rfp->rf_head, numbuf, sizeof(numbuf));
         else          else

Legend:
Removed from v.1.283  
changed lines
  Added in v.1.284