Change the hashes used in load_config() to unsigned int
authorFabian Keil <fk@fabiankeil.de>
Sun, 4 Mar 2012 11:47:21 +0000 (11:47 +0000)
committerFabian Keil <fk@fabiankeil.de>
Sun, 4 Mar 2012 11:47:21 +0000 (11:47 +0000)
commit5cbb71f635dfc8d9d8247b75b1a2cc2737806a14
tree6e52eba7097f194bb35aedb4cc4687498e6544ae
parentc453f5d09f2d1a5fac8f45fd30f9fa6ddd524b06
Change the hashes used in load_config() to unsigned int

That's what hash_string() actually returns and using
a potentiallly larger type is at best useless.

On my FreeBSD amd64 system this reduces the size of the
binary by only 128 bytes, but with a compiler that sucks
harder at optimization it could be a bit more.
loadcfg.c