This commit is contained in:
Steven Barth 2008-04-06 19:25:23 +00:00
parent 14e26a7ea8
commit b337ba71b1

View file

@ -120,7 +120,7 @@ function action_packages()
break break
end end
else else
if j.Package > v.Package then if j.Package and v.Package and j.Package > v.Package then
break break
end end
end end