Fix rawlist
This commit is contained in:
parent
20fa841a32
commit
431469ea46
1 changed files with 3 additions and 1 deletions
|
|
@ -36,7 +36,9 @@ void repo_print_process(repo_update& ru, ztd::color cl, bool print_size=true)
|
||||||
{
|
{
|
||||||
//only if there are packages
|
//only if there are packages
|
||||||
if(opt_plistraw)
|
if(opt_plistraw)
|
||||||
print_listraw(repo);
|
{
|
||||||
|
print_listraw(ru);
|
||||||
|
}
|
||||||
else if(ru.packages.size() > 0)
|
else if(ru.packages.size() > 0)
|
||||||
{
|
{
|
||||||
//list
|
//list
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue