mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-30 17:01:21 +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}
|
{$ifdef unix}
|
||||||
if FPFork>0 then Halt(0);
|
if FPFork>0 then Halt(0);
|
||||||
{$else}
|
{$else}
|
||||||
Log(erError,'Background option not supported');
|
Log(etError,'Background option not supported');
|
||||||
{$endif}
|
{$endif}
|
||||||
end;
|
end;
|
||||||
if FPassword<>'' then
|
if FPassword<>'' then
|
||||||
|
Loading…
Reference in New Issue
Block a user