[padb-devel] [padb] r288 committed - Remove function line numbers from the report so that reports ...

codesite-noreply at google.com codesite-noreply at google.com
Mon Oct 12 12:02:31 BST 2009


Revision: 288
Author: apittman
Date: Mon Oct 12 04:01:26 2009
Log: Remove function line numbers from the report so that reports
from different revisions can be diffed and only show
actual diffs.

http://code.google.com/p/padb/source/detail?r=288

Modified:
  /trunk/src/report.pl

=======================================
--- /trunk/src/report.pl	Thu Oct  1 12:38:38 2009
+++ /trunk/src/report.pl	Mon Oct 12 04:01:26 2009
@@ -84,7 +84,7 @@
  }

  foreach my $fn (@fns) {
-    printf("Function: $fn $fns{$fn}{start}\n");
+    printf("Function: $fn\n");

      if ( defined $refs{$fn} ) {
          printf("\tIs dereferenced\n");




More information about the padb-devel mailing list