summaryrefslogtreecommitdiffstats
path: root/libk3bdevice/k3bdevice_mmc.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 18:08:55 -0600
committerSlávek Banko <slavek.banko@axis.cz>2012-06-23 15:43:43 +0200
commitbe2dabe8503655c1f6b8049955c499e4f47a51d7 (patch)
tree44b4d031f6258da4060c0ef3e4912995d1b004c6 /libk3bdevice/k3bdevice_mmc.cpp
parent6abafdc30019fc72eab69a56d829da551a80a235 (diff)
downloadk3b-be2dabe8503655c1f6b8049955c499e4f47a51d7.tar.gz
k3b-be2dabe8503655c1f6b8049955c499e4f47a51d7.zip
Rename old tq methods that no longer need a unique name
(cherry picked from commit 09c863183250d07f82c0919e0a40fc7834c32192)
Diffstat (limited to 'libk3bdevice/k3bdevice_mmc.cpp')
-rw-r--r--libk3bdevice/k3bdevice_mmc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libk3bdevice/k3bdevice_mmc.cpp b/libk3bdevice/k3bdevice_mmc.cpp
index f4258ae..88e2174 100644
--- a/libk3bdevice/k3bdevice_mmc.cpp
+++ b/libk3bdevice/k3bdevice_mmc.cpp
@@ -626,7 +626,7 @@ bool K3bDevice::Device::readTocPmaAtip( unsigned char** data, unsigned int& data
}
-bool K3bDevice::Device::mechanismtqStatus( unsigned char** data, unsigned int& dataLen ) const
+bool K3bDevice::Device::mechanismStatus( unsigned char** data, unsigned int& dataLen ) const
{
unsigned char header[2048];
::memset( header, 0, 2048 );