Ignore:
Timestamp:
Feb 9, 2002, 6:48:12 PM (24 years ago)
Author:
umoeller
Message:

V0.9.18, plus a bunch of fixes already.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/gpih.c

    r135 r140  
    15261526        bih2.cPlanes = (cPlanes) ? cPlanes : alData[0];
    15271527        bih2.cBitCount = (cBitCount) ? cBitCount : alData[1];
    1528             _Pmpf((__FUNCTION__ ": cPlanes %d, cBitCount %d",
    1529                         bih2.cPlanes, bih2.cBitCount));
     1528            // _Pmpf((__FUNCTION__ ": cPlanes %d, cBitCount %d",
     1529               //          bih2.cPlanes, bih2.cBitCount));
    15301530        bih2.ulCompression = BCA_UNCOMP;
    15311531        bih2.cbImage = (    (   (bih2.cx
Note: See TracChangeset for help on using the changeset viewer.