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:
parent
865760106f
commit
9736adfcfa
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user