summaryrefslogtreecommitdiffstats
path: root/src/decoders/qalflacaudiodecoder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/decoders/qalflacaudiodecoder.cpp')
-rw-r--r--src/decoders/qalflacaudiodecoder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoders/qalflacaudiodecoder.cpp b/src/decoders/qalflacaudiodecoder.cpp
index 8e94a57..4195aac 100644
--- a/src/decoders/qalflacaudiodecoder.cpp
+++ b/src/decoders/qalflacaudiodecoder.cpp
@@ -91,7 +91,7 @@ QALFlacAudioDecoder::Private::tellCallback(const FLAC__StreamDecoder *decoder, F
{
Q_UNUSED(decoder)
- *absolute_path_offset = reinterpret_cast<QALFlacAudioDecoder::Private*>(client_data)->file.pos();
+ *absolute_byte_offset = reinterpret_cast<QALFlacAudioDecoder::Private*>(client_data)->file.pos();
return FLAC__STREAM_DECODER_TELL_STATUS_OK;
}