From d53829f4bc46a9fef8dcd584f2db4dfa81f3e915 Mon Sep 17 00:00:00 2001 From: Dinesh Dwivedi Date: Thu, 28 Jul 2016 22:08:33 +0530 Subject: [PATCH] [System] Fixed svace warnings Change-Id: I09f56b2baf6cdbc3f2dd6a36a37e3106d5d6fe3e Signed-off-by: Dinesh Dwivedi --- src/Tizen.System/Storage/Storage.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tizen.System/Storage/Storage.cs b/src/Tizen.System/Storage/Storage.cs index 2f83107..f4eaabc 100644 --- a/src/Tizen.System/Storage/Storage.cs +++ b/src/Tizen.System/Storage/Storage.cs @@ -185,7 +185,7 @@ namespace Tizen.System /// public string GetAbsolutePath(DirectoryType dirType) { - string path = string.Empty; + string path; Interop.Storage.ErrorCode err = Interop.Storage.StorageGetAbsoluteDirectory(Id, (Interop.Storage.DirectoryType)dirType, out path); if (err != Interop.Storage.ErrorCode.None) { -- 2.7.4