Index: trunk/psLib/src/collections/psBitSet.c
===================================================================
--- trunk/psLib/src/collections/psBitSet.c	(revision 614)
+++ trunk/psLib/src/collections/psBitSet.c	(revision 836)
@@ -10,6 +10,6 @@
  *  @author Ross Harman, MHPCC
  *   
- *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-05-08 00:08:27 $
+ *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-06-03 00:32:32 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -185,5 +185,5 @@
     inBits2 = inBitSet2->bits;
 
-    tempChar = toupper(*operator);
+    tempChar = toupper(operator[0]);
     switch(tempChar) {
     case 'A':
@@ -203,5 +203,5 @@
         break;
     default:
-        psError(__func__, " : Line %d - Invalid psBitMask binary operation: %s\n", __LINE__);
+        psError(__func__, " : Line %d - Invalid psBitMask binary operation: %s\n", __LINE__, operator);
     }
 
