diff options
author | pixel <pixel> | 2003-01-22 18:38:55 +0000 |
---|---|---|
committer | pixel <pixel> | 2003-01-22 18:38:55 +0000 |
commit | d33cf3f9fb110f6671eca167ca7b87380256dae1 (patch) | |
tree | be4d4c8f32f8fe21fc5e848062fd93be09e296a7 /include/Input.h | |
parent | 7bc2475e3b7e051278072821766160234a33b96e (diff) |
Big Bug Fix... archives are now working! hurray!
Diffstat (limited to 'include/Input.h')
-rw-r--r-- | include/Input.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Input.h b/include/Input.h index 19d8f7d..0b074b2 100644 --- a/include/Input.h +++ b/include/Input.h @@ -36,6 +36,7 @@ class Input : public Handle { off_t size; time_t date_modif; openresults_t results; + bool fromarchive; private: static int wrapopen(const String &, openresults_t *); |