[pacman-dev] Parsing config file question
Xavier
shiningxc at gmail.com
Fri Jul 27 10:30:47 EDT 2007
On Fri, Jul 27, 2007 at 03:13:35PM +0100, Andrew Fyfe wrote:
> Why does pacman do this...
>
> if(strcmp(key, "ShowSize") == 0 || strcmp(upperkey, "SHOWSIZE") == 0)
>
> Is there any reason why we can't do...
>
> if(strcmp(upperkey, "SHOWSIZE") == 0)
>
>
I know there has been some odd problems with turkish locale, but I don't know
what the actual problem is. Aaron will know more.
Look for example at this commit :
http://www.archlinux.org/pipermail/pacman-dev/2007-April/007962.html
More information about the pacman-dev
mailing list