mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-28 21:20:29 +02:00
* Guard against empty source, fixes build of docs
This commit is contained in:
parent
3ed5a4a022
commit
cc195c649a
@ -248,6 +248,7 @@ var
|
|||||||
var
|
var
|
||||||
StringLength: Integer;
|
StringLength: Integer;
|
||||||
begin
|
begin
|
||||||
|
if Source=Nil then exit;
|
||||||
dp := 0;
|
dp := 0;
|
||||||
LastSHPos := 0;
|
LastSHPos := 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user