Author: neronus-guest
Date: 2008-08-03 13:10:16 +0000 (Sun, 03 Aug 2008)
New Revision: 982

Modified:
   udd/src/udd/bugs_gatherer.pl
Log:
Fixed bug regarding bugs.source


Modified: udd/src/udd/bugs_gatherer.pl
===================================================================
--- udd/src/udd/bugs_gatherer.pl        2008-08-02 18:48:17 UTC (rev 981)
+++ udd/src/udd/bugs_gatherer.pl        2008-08-03 13:10:16 UTC (rev 982)
@@ -1,5 +1,5 @@
 #!/usr/bin/perl
-# Last-Modified: <Thu Jul 31 15:27:18 2008>
+# Last-Modified: <Sun Aug  3 13:11:34 2008>
 
 use strict;
 use warnings;
@@ -189,7 +189,7 @@
 
 
                if(not exists $binarytosource{$bug{package}}) {
-                       $binarytosource{$bug{package}} = 
binarytosource($bug{package});
+                       $binarytosource{$bug{package}} = 
(binarytosource($bug{package}))[0];
                }
                my $source = $binarytosource{$bug{package}};
 


_______________________________________________
Collab-qa-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/collab-qa-commits

Reply via email to