make overrun flag a bool to match its usage
This commit is contained in:
parent
d3fd0da7b7
commit
28fa93d4cc
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ typedef struct HInputStream_ {
|
|||
char margin; // The number of bits on the end that is being read
|
||||
// towards that should be ignored.
|
||||
char endianness;
|
||||
char overrun;
|
||||
bool overrun;
|
||||
} HInputStream;
|
||||
|
||||
typedef struct HSlistNode_ {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue