1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-16 11:19:18 +01:00

Fix a mingw warning

This commit is contained in:
David Sansome 2010-05-27 20:30:15 +00:00
parent 734d505eb7
commit 4c13e78893

View File

@ -652,7 +652,7 @@ qint64 GstEngine::PruneScope() {
qint64 pos = current_pipeline_->position();
GstBuffer *buf = 0;
quint64 etime;
quint64 etime = 0;
// free up the buffers that the audio device has advanced past already
do {