From 994fc649cb2d79f2a5872b4700d6ec48131d4e67 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wilfried=20G=C3=B6esgens?= Date: Thu, 7 Feb 2008 23:29:17 +0000 Subject: [PATCH] * ctdl_message_dir is the directory where messages are in, so we should substitute bbsdir with this. Fixes Bug 328. --- citadel/msgbase.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/citadel/msgbase.c b/citadel/msgbase.c index cc7870adc..a76a24274 100644 --- a/citadel/msgbase.c +++ b/citadel/msgbase.c @@ -806,7 +806,7 @@ void do_help_subst(char *buffer) help_subst(buffer, "^variantname", CITADEL); snprintf(buf2, sizeof buf2, "%d", config.c_maxsessions); help_subst(buffer, "^maxsessions", buf2); - help_subst(buffer, "^bbsdir", ctdl_bbsbase_dir); + help_subst(buffer, "^bbsdir", ctdl_message_dir); } -- 2.39.2