Fixed typo.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6354 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user