Tabs to spaces

This commit is contained in:
Birunthan Mohanathas
2012-04-19 13:04:42 +03:00
parent dafb3af742
commit e5ede410bc
5 changed files with 17 additions and 17 deletions

View File

@ -71,7 +71,7 @@ APE::Item::Item(const String &key, const ByteVector &value, bool binary)
d->value = value;
}
else
d->text.append(value);
d->text.append(value);
}
APE::Item::Item(const Item &item)

View File

@ -193,9 +193,9 @@ void S3M::File::read(bool)
seek(96);
ushort realLength = 0;
for(ushort i = 0; i < length; ++ i) {
READ_BYTE_AS(order);
if(order == 255) break;
if(order != 254) ++ realLength;
READ_BYTE_AS(order);
if(order == 255) break;
if(order != 254) ++ realLength;
}
d->properties.setLengthInPatterns(realLength);