projects
/
bugscan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6cc0aae
)
Fix yet more warnings.
author
Steinar H. Gunderson
<sesse@rietz>
Wed, 7 Mar 2007 19:21:32 +0000
(19:21 +0000)
committer
Steinar H. Gunderson
<sesse@rietz>
Wed, 7 Mar 2007 19:21:32 +0000
(19:21 +0000)
scanlib.pm
patch
|
blob
|
history
diff --git
a/scanlib.pm
b/scanlib.pm
index
2b905c4
..
82ad6cf
100644
(file)
--- a/
scanlib.pm
+++ b/
scanlib.pm
@@
-297,6
+297,7
@@
sub readstatus() {
push @{$packagelist{$pkg}}, $bug;
} else {
($pkg,$sect, $mnt)=split(/ /, $_, 3);
+ next if (!defined($pkg));
$section{$pkg}=$sect;
$maintainer{$pkg}=$mnt;
}