From a0159341c72ebaf4df5d7603a6e7c56e0320b559 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Wed, 7 Mar 2007 16:39:22 +0000 Subject: [PATCH] Fix a few typos that prevented the understanding of unversioned closes. --- scanlib.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scanlib.pm b/scanlib.pm index 3fc237e..068b9b4 100644 --- a/scanlib.pm +++ b/scanlib.pm @@ -389,8 +389,8 @@ sub get_status() { $status = 'done'; } } - if (length($bug{'done'}) and - (not @sourceversions or not @{$status{'fixed_versions'}})) { + if (length($bug->{'done'}) and + (not @sourceversions or not @{$bug->{'fixed_versions'}})) { $status = 'done'; } -- 2.39.2