Fix rawlist

This commit is contained in:
zawz 2020-06-03 20:14:40 +02:00
parent 20fa841a32
commit 431469ea46

View file

@ -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