diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-16 09:57:07 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-16 09:57:07 -0600 |
commit | 644e85d451b96982107f4e70977f0ff08b91291d (patch) | |
tree | 1d48dc166787231440da12a553a0195177858d8d /iso/kiso.cpp | |
parent | 44ec35d6f3ec0bf8067f31896d7721ac3082f66f (diff) | |
download | krusader-644e85d451b96982107f4e70977f0ff08b91291d.tar.gz krusader-644e85d451b96982107f4e70977f0ff08b91291d.zip |
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit 44ec35d6f3ec0bf8067f31896d7721ac3082f66f.
Diffstat (limited to 'iso/kiso.cpp')
-rw-r--r-- | iso/kiso.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/iso/kiso.cpp b/iso/kiso.cpp index 0fe4655..9f87d5f 100644 --- a/iso/kiso.cpp +++ b/iso/kiso.cpp @@ -55,7 +55,7 @@ //////////////////////////////////////////////////////////////////////// /** - * puts the track layout of the device 'fname' into 'tracks' + * puts the track tqlayout of the device 'fname' into 'tracks' * tracks structure: start sector, track number, ... * tracks should be 100*2 entry long (this is the maximum in the CD-ROM standard) * currently it's linux only, porters are welcome @@ -359,7 +359,7 @@ bool KIso::openArchive( int mode ) memset(&buf,0,sizeof(struct stat)); buf.st_mode=0777; } else { - /* If it's a block device, try to query the track layout (for multisession) */ + /* If it's a block device, try to query the track tqlayout (for multisession) */ if (m_startsec == -1 && S_ISBLK(buf.st_mode)) trackno=getTracks(m_filename.latin1(),(int*) &tracks); } |