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-23 22:23:22 +1000
commit0123b079a9817ccd7bf4791db673b77414dad414 (patch)
tree8d48848e52c709932791c4e3103ae079bafad158 /ark/rar.h
parent5699abf0771f640a48c6f75fbcdc5f9645fe3af5 (diff)
downloadtdeutils-0123b079a9817ccd7bf4791db673b77414dad414.tar.gz
tdeutils-0123b079a9817ccd7bf4791db673b77414dad414.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> (cherry picked from commit 4e99fc39eb61da7ad6fedaa05df76101c6db571e)
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;
};