Implement CONFIG_KEY_UNSIGNED_INTEGER
authorScott Moreau <oreaus@gmail.com>
Fri, 27 Jan 2012 20:25:49 +0000 (13:25 -0700)
committerKristian Høgsberg <krh@bitplanet.net>
Fri, 27 Jan 2012 20:34:27 +0000 (15:34 -0500)
commitfa1de6920331a1a91b08b8e6c55f91e99a3f82e5
tree192d44cbd991ab7930743c488079509a93a26b27
parent765e27b9e2ebd69cfbab7f77fd2c8fbb5b43b8d6
Implement CONFIG_KEY_UNSIGNED_INTEGER

strtol() does not work when trying to assign 32 bits of data into a
regular signed int on 32 bit systems. Use corresponding strtoul()
instead.
clients/desktop-shell.c
shared/config-parser.c
shared/config-parser.h