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

Diff for /src/usr.bin/cvs/import.c between version 1.100 and 1.101

version 1.100, 2009/06/07 08:39:13 version 1.101, 2009/06/27 16:55:31
Line 210 
Line 210 
   
         cvs_printf("%s", str);          cvs_printf("%s", str);
         cvs_buf_puts(logbuf, str);          cvs_buf_puts(logbuf, str);
   
           xfree(str);
 }  }
   
 void  void

Legend:
Removed from v.1.100  
changed lines
  Added in v.1.101