Skip to content
Snippets Groups Projects
Commit 9c3e8394 authored by rswindell's avatar rswindell
Browse files

If data_dir is not specified on the command-line, assume to be current dir.

parent c8078c3e
No related branches found
No related tags found
No related merge requests found
......@@ -1006,7 +1006,7 @@ begin
ShortDateFormat:='dd/mm/yy'; { European }
data_dir:=ParamStr(1);
if Length(data_dir)=0 then data_dir:='c:\sbbs\data\';
{ if Length(data_dir)=0 then data_dir:='.\'; }
users:=LastUser();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment