]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
I'm sick and tired of the persistent reports of lineptr() failing
authorSimon Tatham <anakin@pobox.com>
Sun, 6 Mar 2005 14:48:22 +0000 (14:48 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 6 Mar 2005 14:48:22 +0000 (14:48 +0000)
commitbe8acb5615a47ea6ebfe85efd03b510357f1be66
treeb7f75a14f592ffb6dbc02170bd87c4e73875a953
parent0fbab7b041692002eef01b1d0793c056ca96244e
I'm sick and tired of the persistent reports of lineptr() failing
its `line != NULL' assertion, so I've replaced the assertion with a
call to fatalbox() giving oodles of information. I may still not be
able to reproduce it, but at least next time it happens we should
see a decent amount of debugging data!

[originally from svn r5447]
terminal.c