Regression: packagekit: Package details not found when not having 4 semicolons
Open details for for example hedgewars and choose 'updated', not flatpak. You'll see the download size is 0 bytes. I'm using git master at commit bc617c53.
That's a regression after @pwithnall commit 955570e4, the added package_id_equal()
is wrong, it should end with this, instead:
- return FALSE;
+ return package_id_a[i] == package_id_b[i];
The reason is that packagekit has only three semicolons, like here:
hedgewars;1.0.0-9.fc32;x86_64;updates
.
Edited by Milan Crha