Adapt to SCI_GETTEXT changes
commitd7c985e47412f8a53c5a8202a0f8b669c4fd5e08
authorThomas Martitz <thomas.martitz@mailbox.org>
Tue, 7 Dec 2021 15:15:02 +0000 (7 16:15 +0100)
committerThomas Martitz <thomas.martitz@mailbox.org>
Tue, 7 Dec 2021 15:26:03 +0000 (7 16:26 +0100)
treef4723910c02dcc2d431a3a426c0b6708ab5c1fd8
parentc603bbfad5a92a00b5d2e6f7cf758963e55577ca
Adapt to SCI_GETTEXT changes

SCI_GETTEXT second parameter, the buffer length, does not account
for the NUL termination anymore. Therefore, take care to not tell
Scintilla to overwrite the last byte reserved for NUL termination.
src/sciwrappers.c