- Timestamp:
- 05/30/12 17:32:31 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mcore/checksum.h
r13987 r13988 95 95 }; 96 96 97 uint32_t value = complm ? ~val() : val(); // complement each bit of the value97 const uint32_t value = complm ? ~val() : val(); // complement each bit of the value 98 98 99 99 for (int ii = 0; ii < 4; ii++) … … 131 131 } 132 132 133 c har lastChar = rc[15];133 const char lastChar = rc[15]; 134 134 for (int i=15;i>0;i--) 135 135 rc[i] = rc[i-1];
Note:
See TracChangeset
for help on using the changeset viewer.