Minor nit.

This commit is contained in:
Themaister 2011-12-02 21:25:25 +01:00
parent 6538312d86
commit c0f436b8ab

View File

@ -273,7 +273,7 @@ static void parse_config_file(void)
{
config_file_t *conf = NULL;
if (strlen(g_extern.config_path) > 0)
if (*g_extern.config_path)
{
conf = config_file_new(g_extern.config_path);
if (!conf)