aboutsummaryrefslogtreecommitdiffstats
path: root/taglib/s3m/s3mfile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'taglib/s3m/s3mfile.cpp')
-rw-r--r--taglib/s3m/s3mfile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/taglib/s3m/s3mfile.cpp b/taglib/s3m/s3mfile.cpp
index 45556cc6..2b13d6e3 100644
--- a/taglib/s3m/s3mfile.cpp
+++ b/taglib/s3m/s3mfile.cpp
@@ -101,7 +101,7 @@ void S3M::File::read(bool)
READ_U16L_AS(length);
READ_U16L_AS(sampleCount);
- d->properties.setSampleLength(length);
+ d->properties.setTableLength(length);
d->properties.setSampleCount(sampleCount);
READ_U16L(d->properties.setPatternCount);