pass null as Evt to DoEvents

This commit is contained in:
chombier 2001-03-10 14:51:18 +00:00
parent ce117c4b9b
commit f972cf3553
1 changed files with 1 additions and 1 deletions

View File

@ -945,7 +945,7 @@ void ssh2_doevent(long sleepTime)
extern Boolean haveNotifiedLowMemory;
if ( key_gen == 0 ) {
DoEvents();
DoEvents(NULL);
if (!TelInfo->done) {
DoNetEvents();
}