Fix build.
This commit is contained in:
@@ -64,7 +64,7 @@ status_t
|
|||||||
BEntryOperationEngineBase::Entry::GetPath(BPath& buffer, const char*& _path)
|
BEntryOperationEngineBase::Entry::GetPath(BPath& buffer, const char*& _path)
|
||||||
const
|
const
|
||||||
{
|
{
|
||||||
status_t error;
|
status_t error = B_OK;
|
||||||
|
|
||||||
if (fEntry != NULL) {
|
if (fEntry != NULL) {
|
||||||
error = buffer.SetTo(fEntry);
|
error = buffer.SetTo(fEntry);
|
||||||
|
|||||||
Reference in New Issue
Block a user