fixed a few bugs

This commit is contained in:
David Anderson
2005-08-01 20:54:41 +00:00
parent e38b64ff82
commit 8f06e36d04
3 changed files with 52 additions and 15 deletions

View File

@ -280,3 +280,4 @@ IVault *VaultMngr::OpenVault(const char *file)
return static_cast<IVault *>(pVault);
}