From 1f344d1f4aa4b73c1ef8d37fe4c922daa30d0853 Mon Sep 17 00:00:00 2001 From: Shawn Boyette Date: Mon, 8 Dec 2008 23:37:01 +0000 Subject: [PATCH] testing adding leads to %used but only denying them as subs --- compress_fingerprints | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/compress_fingerprints b/compress_fingerprints index 655001c..3d96126 100755 --- a/compress_fingerprints +++ b/compress_fingerprints @@ -98,7 +98,7 @@ sub dump_records { open OUT, '>', $conf->{output} or die "Can't open ", $conf->{output}, "$!\n"; for my $id (keys %recs) { - next if defined $used{$id}; + #next if defined $used{$id}; $used{$id} = 1; next unless $recs{$id}{lead}; for my $sha1 ( keys %{$recs{$id}} ) { -- 1.7.2.5