K 10 svn:author V 5 harti K 8 svn:date V 27 2005-02-21T08:06:34.000000Z K 7 svn:log V 355 Fix a bug in handling archive members: when a member was not found when looking into an already hashed archive, the code tried to use the name shortened to the maximum length allowed for the archive. Unfortunately it passed a buffer of junk to the hashing routine when the name actually wasn't too long. Theoretically this could lead to a false positive. END