summaryrefslogtreecommitdiffstats
path: root/kimgio/dds.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kimgio/dds.cpp')
-rw-r--r--kimgio/dds.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kimgio/dds.cpp b/kimgio/dds.cpp
index bdf1ae750..1beb025cf 100644
--- a/kimgio/dds.cpp
+++ b/kimgio/dds.cpp
@@ -910,7 +910,7 @@ namespace { // Private.
return false;
}
- int offset = s.tqdevice()->at();
+ int offset = s.tqdevice()->tqat();
int size = FaceOffset( header );
for( int i = 0; i < 6; i++ ) {
@@ -921,7 +921,7 @@ namespace { // Private.
}
// Seek device.
- s.tqdevice()->at( offset );
+ s.tqdevice()->tqat( offset );
offset += size;
// Load face from stream.