Mercurial > audlegacy-plugins
changeset 2616:f0d57c48e518
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Wed, 21 May 2008 17:27:26 +0300 |
parents | c9463d350985 (current diff) feb7baf8da52 (diff) |
children | 2f8c8da3e62e bac936960b49 |
files | |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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;