Ignore:
Timestamp:
Apr 15, 2000, 11:23:36 AM (25 years ago)
Author:
sandervl
Message:

async select fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wsock32/asyncthread.cpp

    r3229 r3378  
    1 /* $Id: asyncthread.cpp,v 1.3 2000-03-24 19:28:04 sandervl Exp $ */
     1/* $Id: asyncthread.cpp,v 1.4 2000-04-15 09:23:36 sandervl Exp $ */
    22
    33/*
     
    192192   pThreadInfo = FindAsyncEvent(s);
    193193   if(pThreadInfo) {
    194         pThreadInfo->u.asyncselect.lEvents = lEvent;
     194        pThreadInfo->u.asyncselect.lEvents        = lEvent;
     195        pThreadInfo->u.asyncselect.lEventsPending = lEvent;
    195196        pThreadInfo->hwnd                  = hwnd;
    196197        pThreadInfo->msg                   = msg;
Note: See TracChangeset for help on using the changeset viewer.