15 Nov
2007
15 Nov
'07
2:04 p.m.
On Nov 15, 2007 6:01 AM, Xavier <shiningxc@gmail.com> wrote:
Should it be FREE(requiredby) or FREELIST(requiredby) ? It looks like in your patch submitted on the ML, FREE(requiredby) is used, but in the patch commited in git, FREELIST(requiredby) is used, except in one place : lib/libalpm/deps.c , can_remove_package line 585.
Damn, looks like I missed one. It should be FREELIST, which is why I updated the patch after posting it here. I'll fix it locally, let me know if you find any other problems (like the one I did last night with alpm_list_copy_data that made remove045 fail). -Dan