Changeset 4819 for trunk/psLib/src/types
- Timestamp:
- Aug 18, 2005, 2:31:42 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/types/psBitSet.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/types/psBitSet.c
r4556 r4819 11 11 * @author Robert DeSonia, MHPCC 12 12 * 13 * @version $Revision: 1. 29$ $Name: not supported by cvs2svn $14 * @date $Date: 2005-0 7-15 02:33:54$13 * @version $Revision: 1.30 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2005-08-19 00:31:42 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 95 95 long bit) 96 96 { 97 char *byte = NULL;97 unsigned char *byte = NULL; 98 98 99 99 if (bitSet == NULL) { … … 118 118 long bit) 119 119 { 120 char *byte = NULL;120 unsigned char *byte = NULL; 121 121 122 122 if (bitSet == NULL) { … … 141 141 long bit) 142 142 { 143 char *byte = NULL;143 unsigned char *byte = NULL; 144 144 145 145 if (bitSet == NULL) { … … 167 167 psS32 i = 0; 168 168 psS32 n = 0; 169 char* outBits = NULL;170 char* inBits1 = NULL;171 char* inBits2 = NULL;169 unsigned char* outBits = NULL; 170 unsigned char* inBits1 = NULL; 171 unsigned char* inBits2 = NULL; 172 172 psS32 op = UNKNOWN_OP; 173 173
Note:
See TracChangeset
for help on using the changeset viewer.
