From: Allan Sandfeld Jensen Date: Thu, 2 Sep 2004 18:50:26 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v1.5~327 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=07f56ac5343d100b20f74b8d130c7723ee8e80c3;p=taglib Fix typo. git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@343576 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- diff --git a/mpc/mpcfile.cpp b/mpc/mpcfile.cpp index 83f805a2..ae77e37b 100644 --- a/mpc/mpcfile.cpp +++ b/mpc/mpcfile.cpp @@ -144,7 +144,7 @@ bool MPC::File::save() removeBlock(d->ID3v1Location, 128); d->hasID3v1 = false; if(d->hasAPE) { - if(d->APELocation < d->ID3v1Location) + if(d->APELocation > d->ID3v1Location) d->APELocation -= 128; } }