Changeset 18460 for trunk


Ignore:
Timestamp:
03/17/16 12:31:37 (9 years ago)
Author:
tbretz
Message:
Fixed a warning that the increment operator is not defined for a boolean.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mcore/checksum.h

    r18049 r18460  
    180180                        ch[jj]++;
    181181                        ch[jj+1]--;
    182                         check++;
     182                        check=true;
    183183                    }
    184184                }
Note: See TracChangeset for help on using the changeset viewer.