@techee commented on this pull request.
In scintilla/src/CellBuffer.cxx:
> @@ -1079,7 +833,7 @@ const Sci::Line lineStart = lineInsert; // s may not NULL-terminated, ensure *ptr == '\n' or *next == '\n' is valid. - const char * const end = s + insertLength - 1; + const char *const end = s + insertLength - 1;
Not sure if this is something we have to worry about - the code is the same as in the previous Scintilla version apart from the whitespace change.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.