Small clean up.

This commit is contained in:
Dmitry Timoshkov 2001-05-22 19:18:28 +00:00 committed by Alexandre Julliard
parent 4328e51b1a
commit 99abdec378
1 changed files with 1 additions and 1 deletions

View File

@ -535,7 +535,7 @@ INT16 WINAPI OpenComm16(LPCSTR device,UINT16 cbInQueue,UINT16 cbOutQueue)
return IE_HARDWARE;
} else {
unknown[port] = SEGPTR_ALLOC(40);
bzero(unknown[port],40);
memset(unknown[port], 0, 40);
COM[port].fd = fd;
COM[port].commerror = 0;
COM[port].eventmask = 0;