11 Mar
2007
11 Mar
'07
8:30 p.m.
On 3/9/07, Jürgen Hötzel <juergen@hoetzel.info> wrote:
On Fri, Mar 09, 2007 at 09:30:28PM +0100, Nagy Gabor wrote:
Hi! I think that this is a bug but accidentally works because the name entry is the first member of pmgrp_t.
Thanks. Fixed in CVS.
This is a bug, but the seemingly easy fix causes compilation to spew warnings. This actually breaks compilation when --enable-debug is passed to configure because of casting issues. I've replaced it locally with _alpm_str_cmp which removes this error on compilation. -Dan