Update code to match example audio.conf

This commit is contained in:
Johan Hedberg 2007-08-23 18:04:36 +00:00
parent b7b6b704e9
commit 2ec3960a53

View File

@ -93,7 +93,7 @@ static void read_config(const char *file)
} }
str = g_key_file_get_string(keyfile, "General", str = g_key_file_get_string(keyfile, "General",
"Disabled", &err); "Disable", &err);
if (err) { if (err) {
debug("%s: %s", file, err->message); debug("%s: %s", file, err->message);
g_error_free(err); g_error_free(err);