IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 2, 2004, 2:32:32 PM (22 years ago)
Author:
harman
Message:

Bug updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/collections/psBitSet.c

    r614 r836  
    1010 *  @author Ross Harman, MHPCC
    1111 *   
    12  *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2004-05-08 00:08:27 $
     12 *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2004-06-03 00:32:32 $
    1414 *
    1515 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    185185    inBits2 = inBitSet2->bits;
    186186
    187     tempChar = toupper(*operator);
     187    tempChar = toupper(operator[0]);
    188188    switch(tempChar) {
    189189    case 'A':
     
    203203        break;
    204204    default:
    205         psError(__func__, " : Line %d - Invalid psBitMask binary operation: %s\n", __LINE__);
     205        psError(__func__, " : Line %d - Invalid psBitMask binary operation: %s\n", __LINE__, operator);
    206206    }
    207207
Note: See TracChangeset for help on using the changeset viewer.