From 6ee5f6c4c2294301d372b854e01f9cb56b2db9fa Mon Sep 17 00:00:00 2001 From: Laszlo Papp Date: Wed, 7 Dec 2011 19:16:05 +0200 Subject: Fix the typo of the variable name inside the qalflacaudiodecoder class --- src/decoders/qalflacaudiodecoder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(client_data)->file.pos(); + *absolute_byte_offset = reinterpret_cast(client_data)->file.pos(); return FLAC__STREAM_DECODER_TELL_STATUS_OK; } -- cgit v1.2.3