]> git.donarmstrong.com Git - debbugs.git/commitdiff
[project @ 2005-07-17 18:09:40 by cjwatson]
authorcjwatson <>
Mon, 18 Jul 2005 01:09:40 +0000 (17:09 -0800)
committercjwatson <>
Mon, 18 Jul 2005 01:09:40 +0000 (17:09 -0800)
writebug() needs a location if writing into the archive

migrate/debbugs-makeversions

index de34d0f05a77609e6efabd3ad3539167b776fc51..977d3a3b46e88045fba3b22402136c87f33100f9 100755 (executable)
@@ -189,7 +189,7 @@ while (defined(my $dir = readdir DB)) {
            my $outstatus = readbug($out, $db);
            $outstatus->{found_versions} = [@$found_versions];
            $outstatus->{fixed_versions} = [@$fixed_versions];
-           writebug($out, $outstatus);
+           writebug($out, $outstatus, $db);
            if ($out != $bug) {
                unfilelock();
            }