Ignore:
Timestamp:
Aug 31, 1999, 10:25:17 PM (26 years ago)
Author:
phaller
Message:

Fix: typo in logic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/winmm/time.cpp

    r762 r764  
    1 /* $Id: time.cpp,v 1.3 1999-08-31 19:24:03 phaller Exp $ */
     1/* $Id: time.cpp,v 1.4 1999-08-31 20:25:17 phaller Exp $ */
    22
    33/*
     
    165165  // check parameters
    166166  if ((wDelay < OS2TIMER_RESOLUTION_MINIMUM) ||
    167       (wDelay > OS2TIMER_RESOLUTION_MINIMUM))
     167      (wDelay > OS2TIMER_RESOLUTION_MAXIMUM))
    168168    return NULL;
    169169
Note: See TracChangeset for help on using the changeset viewer.