* Variable names, comments, documentation, etc... removed the acronym 'BBS'
[citadel.git] / citadel / msgbase.c
index 1661146c349aa20f39751e6947f62672a5d7be9f..5c1dcd12931c85ffa1bcd0fcf0289cc4364e7ed4 100644 (file)
@@ -620,7 +620,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", BBSDIR);
+       help_subst(buffer, "^bbsdir", CTDLDIR);
 }