Code

use g_ascii_strdown() instead of the custom lowerstr()
authorMax Kellermann <max@duempel.org>
Fri, 3 Oct 2008 09:50:30 +0000 (11:50 +0200)
committerMax Kellermann <max@duempel.org>
Fri, 3 Oct 2008 09:50:30 +0000 (11:50 +0200)
commit8b2ace4bc265abde352fcd386ce5f88b88461f4d
tree19ab87266a0f5bc0ba036e676746deab3776636e
parent12ad417fd296daeecff41671b9ab70a3252b4a19
use g_ascii_strdown() instead of the custom lowerstr()

Don't duplicate code which is already provided by glib.
src/conf.c
src/support.c
src/support.h