mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 11:45:53 +01:00
Fixed bitstream4 flush
This commit is contained in:
parent
fac0bae006
commit
e2339c67cd
@ -72,7 +72,8 @@ bool BitStream4::flush()
|
|||||||
return false;
|
return false;
|
||||||
|
|
||||||
_length = 0;
|
_length = 0;
|
||||||
_unused = 32;
|
_used = 32;
|
||||||
|
_unused = 0;
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user