[pacman-dev] Parsing config file question

Andrew Fyfe andrew at neptune-one.net
Fri Jul 27 10:13:35 EDT 2007


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)


Andrew

PS Just found the ILoveCandy option :D




More information about the pacman-dev mailing list