# HG changeset patch # User Matti Hamalainen # Date 1211380046 -10800 # Node ID f0d57c48e518431775103cc48f623f889d951d36 # Parent c9463d3509854787db7a94f63d43f646150b43ce# Parent feb7baf8da520c10e0b6c8b4b7517ed946edac6d Automated merge with ssh://hg.atheme.org//hg/audacious-plugins diff -r c9463d350985 -r f0d57c48e518 src/modplug/archive/arch_bz2.cxx --- a/src/modplug/archive/arch_bz2.cxx Wed May 21 16:22:12 2008 +0200 +++ b/src/modplug/archive/arch_bz2.cxx Wed May 21 17:27:26 2008 +0300 @@ -40,7 +40,7 @@ return; } - if(fscanf(f, "%u", &mSize) != 1); // this is the size. + if(fscanf(f, "%u", &mSize) != 1) // this is the size. { mSize = 0; return;