mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
fix uninitialized variable error turned up by valgrind
This commit is contained in:
@@ -390,7 +390,7 @@ public:
|
||||
|
||||
::FLAC__SeekableStreamEncoderTellStatus SeekableStreamEncoder::tell_callback(FLAC__uint64 *absolute_byte_offset)
|
||||
{
|
||||
(void)absolute_byte_offset;
|
||||
*absolute_byte_offset = 0;
|
||||
|
||||
return ::FLAC__SEEKABLE_STREAM_ENCODER_TELL_STATUS_OK;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user