From c8f47aeac81d8922f8d9a86060aa2ccb977c896b Mon Sep 17 00:00:00 2001 From: Rene Gollent Date: Thu, 26 Sep 2013 21:00:26 -0400 Subject: [PATCH] Fix build. --- src/kits/storage/EntryOperationEngineBase.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kits/storage/EntryOperationEngineBase.cpp b/src/kits/storage/EntryOperationEngineBase.cpp index 25fd8efd03..e03c0d8def 100644 --- a/src/kits/storage/EntryOperationEngineBase.cpp +++ b/src/kits/storage/EntryOperationEngineBase.cpp @@ -64,7 +64,7 @@ status_t BEntryOperationEngineBase::Entry::GetPath(BPath& buffer, const char*& _path) const { - status_t error; + status_t error = B_OK; if (fEntry != NULL) { error = buffer.SetTo(fEntry);