mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-07 15:50:36 +02:00
* Fix forgotten loadmimetypes
git-svn-id: trunk@42871 -
This commit is contained in:
parent
c3db2568ff
commit
a02624ef0d
@ -88,6 +88,7 @@ begin
|
||||
usage(S);
|
||||
Quiet:=HasOption('q','quiet');
|
||||
Port:=StrToIntDef(GetOptionValue('p','port'),3000);
|
||||
LoadMimeTypes;
|
||||
D:=GetOptionValue('d','directory');
|
||||
if D='' then
|
||||
D:=GetCurrentDir;
|
||||
|
Loading…
Reference in New Issue
Block a user