SynEditTextBuffer: initialize out variable. issue #41553

This commit is contained in:
zeljan1 2025-03-31 13:47:48 +02:00
parent ede6127216
commit d8e4b249c3

View File

@ -1141,6 +1141,7 @@ end;
function TSynEditStringList.GetPChar(ALineIndex: Integer; out ALen: Integer): PChar;
begin
ALen := 0;
if (ALineIndex = 0) and (Count = 0) then // simulate empty line
Result := nil
else