27 Jul
2007
27 Jul
'07
4:30 p.m.
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