mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-06-28 12:09:15 +02:00
Fixed bitstream4 flush
This commit is contained in:
@ -72,7 +72,8 @@ bool BitStream4::flush()
|
||||
return false;
|
||||
|
||||
_length = 0;
|
||||
_unused = 32;
|
||||
_used = 32;
|
||||
_unused = 0;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user