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

Diff for /src/usr.bin/rcs/rcsmerge.c between version 1.21 and 1.22

version 1.21, 2006/03/16 04:04:57 version 1.22, 2006/03/23 08:50:41
Line 142 
Line 142 
                 }                  }
   
                 if (pipeout == 1) {                  if (pipeout == 1) {
                         if (cvs_buf_putc(bp, '\0') < 0) {                          cvs_buf_putc(bp, '\0');
                                 rcs_close(file);  
                                 continue;  
                         }  
   
                         fcont = cvs_buf_release(bp);                          fcont = cvs_buf_release(bp);
                         printf("%s", fcont);                          printf("%s", fcont);
                         xfree(fcont);                          xfree(fcont);

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22