1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-05-28 15:24:49 -05:00

Oops - fixing the line-resizing segfault introduced a new

line-resizing segfault! Remind me to test under Minefield next time.
Should now be fine, as I've just done so.

[originally from svn r1141]
This commit is contained in:
Simon Tatham 2001-05-21 13:33:12 +00:00
parent 865760106f
commit 9736adfcfa

View File

@ -254,6 +254,7 @@ unsigned long *lineptr(int y, int lineno)
if (newline != line) {
delpos234(whichtree, treeindex);
addpos234(whichtree, newline, treeindex);
line = newline;
}
return line + 1;