diff options
Diffstat (limited to '')
-rw-r--r-- | src/base/UNote.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/UNote.pas b/src/base/UNote.pas index d800d30e..ff9c6b57 100644 --- a/src/base/UNote.pas +++ b/src/base/UNote.pas @@ -374,7 +374,7 @@ begin begin with Lines[0].Line[I] do begin - if (HighNote > 0) then + if (HighNote >= 0) then begin SentenceEnd := Note[HighNote].Start + Note[HighNote].Length; |