Ignore:
Timestamp:
Mar 22, 2006 11:49:19 AM (18 years ago)
Author:
bennylp
Message:

Fixed bug in ioqueue with IO Completion Port backend, where events may still be called after key is unregistered

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/src/pjlib-test/main_win32.c

    r126 r349  
    5656    PJ_UNUSED_ARG(len); 
    5757    SendMessage(hwndLog, EM_REPLACESEL, FALSE,  
    58                 (LPARAM)PJ_STRING_TO_NATIVE(data,wdata)); 
     58                (LPARAM)PJ_STRING_TO_NATIVE(data,wdata,256)); 
    5959} 
    6060 
Note: See TracChangeset for help on using the changeset viewer.