From 4b7563f2631999010ea3e881b1952735f31ccf49 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 19 Jan 2001 15:26:53 +0000 Subject: [PATCH] Due to a mix-up in the variable names, Petidomo expanded all list config file paths incorrectly when the list has a flat hierarchy. That is fixed now. --- config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.c b/config.c index bab9679..1f2aefd 100644 --- a/config.c +++ b/config.c @@ -220,7 +220,7 @@ const struct List_Config* getListConfig(const char * listname) { free(buffer); buffer = text_easy_sprintf("%s/%s.config", MasterConfig->list_dir, listname); - list_dir = MasterConfig->list_dir; + this_list_dir = MasterConfig->list_dir; if (stat(buffer, &sb) != 0) { free(buffer);