From e666496c3143524d835f4cbf489974ce6c5556a5 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 30 Apr 2010 14:22:27 +0200 Subject: double-hit: Another fix --- scripts/double-hit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/double-hit b/scripts/double-hit index 04a3ab18..831e2df6 100755 --- a/scripts/double-hit +++ b/scripts/double-hit @@ -34,7 +34,7 @@ while ( $line = ) { my $div; - if ( $found > 0 ) { + if ( $foundclose > 0 ) { $div = $found / $foundclose; } else { $div = 0.0; -- cgit v1.2.3