summaryrefslogtreecommitdiffstats
path: root/ark/rar.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2016-04-22 22:20:18 +1000
committerMichele Calgaro <michele.calgaro@yahoo.it>2016-04-22 22:20:18 +1000
commit4e99fc39eb61da7ad6fedaa05df76101c6db571e (patch)
treed5eff19d213ed8f0b3d328dd1dfeb0219f4df0fd /ark/rar.h
parent08151b49b072892f7ccf9baaa3084f2cccbbde9e (diff)
downloadtdeutils-4e99fc39eb61da7ad6fedaa05df76101c6db571e.tar.gz
tdeutils-4e99fc39eb61da7ad6fedaa05df76101c6db571e.zip
Ark: added support for rar/unrar 5.x utilities. Both 4.x and 5.x are supported.
Special thanks to Fabio Rossi <rossi.f@inwind.it> for raising the issue and providing an initial patch. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ark/rar.h')
-rw-r--r--ark/rar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ark/rar.h b/ark/rar.h
index 9bd0aea..fadb3e9 100644
--- a/ark/rar.h
+++ b/ark/rar.h
@@ -65,6 +65,7 @@ class RarArch : public Arch
* Therefore, the variables below are needed.
*/
bool m_isFirstLine;
+ short m_version;
TQString m_entryFilename;
};