mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 02:07:53 +02:00
* fix compilation of simpleserver on non-Unix systems
git-svn-id: trunk@44250 -
This commit is contained in:
parent
8003f675c5
commit
3cecec0b24
@ -340,7 +340,7 @@ begin
|
||||
{$ifdef unix}
|
||||
if FPFork>0 then Halt(0);
|
||||
{$else}
|
||||
Log(erError,'Background option not supported');
|
||||
Log(etError,'Background option not supported');
|
||||
{$endif}
|
||||
end;
|
||||
if FPassword<>'' then
|
||||
|
Loading…
Reference in New Issue
Block a user