diff options
Diffstat (limited to 'common/archive.h')
-rw-r--r-- | common/archive.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/archive.h b/common/archive.h index a7ebb8aa75..ba3445cc16 100644 --- a/common/archive.h +++ b/common/archive.h @@ -116,7 +116,8 @@ public: virtual ArchiveMemberPtr getMember(const String &name) = 0; /** - * Create a stream bound to a file in the archive. + * Create a stream bound to a member in the archive. If no member with the + * specified name exists, then 0 is returned. * @return the newly created input stream */ virtual SeekableReadStream *createReadStreamForMember(const String &name) const = 0; |