mirror of
https://github.com/taglib/taglib.git
synced 2026-04-05 21:52:43 -04:00
Tabs to spaces
This commit is contained in:
@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user