Fixed typo.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6354 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2004-01-27 11:14:37 +00:00
parent 8364cf0a90
commit d401c62383
@@ -1805,7 +1805,7 @@ Inode::Remove(Transaction *transaction, const char *name, off_t *_id, bool isDir
RecursiveLocker locker(fVolume->Lock());
// does the file even exists?
// does the file even exist?
off_t id;
if (tree->Find((uint8 *)name, (uint16)strlen(name), &id) < B_OK)
return B_ENTRY_NOT_FOUND;