Ignore:
Timestamp:
Jun 12, 2001, 7:01:10 PM (24 years ago)
Author:
sandervl
Message:

SetDIBColorTable bugfix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gdi32/dibsect.cpp

    r5931 r5972  
    1 /* $Id: dibsect.cpp,v 1.54 2001-06-08 11:03:33 sandervl Exp $ */
     1/* $Id: dibsect.cpp,v 1.55 2001-06-12 17:01:10 sandervl Exp $ */
    22
    33/*
     
    399399  if(end > (1 << pOS2bmp->cBitCount)) {
    400400      end = (1 << pOS2bmp->cBitCount);
     401      cEntries = end - startIdx;
    401402  }
    402403
     
    410411#endif
    411412  }
    412 
    413413  return(cEntries);
    414414}
Note: See TracChangeset for help on using the changeset viewer.