Changeset 19242


Ignore:
Timestamp:
Jun 15, 2002, 7:38:23 PM (23 years ago)
Author:
sandervl
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified tags/trunk/src/user32/oslibmsg.cpp

    r19240 r19242  
    1 /* $Id: oslibmsg.cpp,v 1.56 2002-06-15 17:17:17 sandervl Exp $ */
     1/* $Id: oslibmsg.cpp,v 1.57 2002-06-15 17:38:23 sandervl Exp $ */
    22/*
    33 * Window message translation functions for OS/2
     
    434434        ULONG ulPMFilter;
    435435
    436         for(int i=0;i<uMsgFilterMax-uMsgFilterMin;i++) {
     436        for(int i=0;i<uMsgFilterMax-uMsgFilterMin+1;i++) {
     437            rc = 0;
     438
    437439            ulPMFilter = TranslateWinMsg(uMsgFilterMin+i, TRUE, TRUE);
    438440            if(ulPMFilter) {
     
    466468        while (eaten && rc);
    467469    }
    468 
    469470    if(rc == FALSE) {
    470471        return FALSE;
Note: See TracChangeset for help on using the changeset viewer.