From: Peter O. <obe...@us...> - 2010-07-28 13:52:13
|
Update of /cvsroot/ltp/utils/analysis/lcov/bin In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv9878 Modified Files: lcov Log Message: lcov: fix list output Fix list output for directories with short filenames. Index: lcov =================================================================== RCS file: /cvsroot/ltp/utils/analysis/lcov/bin/lcov,v retrieving revision 1.64 retrieving revision 1.65 diff -C2 -d -r1.64 -r1.65 *** lcov 26 Jul 2010 13:33:18 -0000 1.64 --- lcov 28 Jul 2010 13:52:01 -0000 1.65 *************** *** 2805,2809 **** my $br_total_found = 0; my $br_total_hit = 0; ! my $strlen = 0; my $format; my @heading1; --- 2805,2809 ---- my $br_total_found = 0; my $br_total_hit = 0; ! my $strlen = length("Total:"); my $format; my @heading1; |