diff --git a/mystic/maketheme.pas b/mystic/maketheme.pas index 5b7c837..86f4a24 100644 --- a/mystic/maketheme.pas +++ b/mystic/maketheme.pas @@ -196,6 +196,9 @@ Begin End; BasePath := GetENV('mysticbbs'); + + If BasePath <> '' Then BasePath := DirSlash(BasePath); + Action := strUpper(ParamStr(1)); InFN := ParamStr(2); OutFN := ParamStr(3);