Fixed warning.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34145 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
9837ec16c8
commit
3386d3985c
@ -2758,7 +2758,7 @@ name, type, nodeID, offset));
|
||||
|
||||
AutoLocker<Locker> locker(fLock);
|
||||
|
||||
size_t entryLen;
|
||||
size_t entryLen = 0;
|
||||
if (offset != 0) {
|
||||
// does the caller want more entries?
|
||||
if (buffer->entriesRead == buffer->maxEntries)
|
||||
|
Loading…
Reference in New Issue
Block a user