persistentstorage/dbms/ustor/US_FILE.CPP
changeset 55 44f437012c90
parent 29 cce6680bbf1c
--- a/persistentstorage/dbms/ustor/US_FILE.CPP	Mon Sep 27 11:59:56 2010 +0100
+++ b/persistentstorage/dbms/ustor/US_FILE.CPP	Tue Oct 19 16:26:13 2010 +0100
@@ -1,4 +1,4 @@
-// Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies).
+// Copyright (c) 1998-2010 Nokia Corporation and/or its subsidiary(-ies).
 // All rights reserved.
 // This component and the accompanying materials are made available
 // under the terms of "Eclipse Public License v1.0"
@@ -68,7 +68,7 @@
 	case CDbDatabase::ESize:
 	case CDbDatabase::EUsage:
 		{
-		TInt size;
+		TInt size = -1;
 		TInt r=STATIC_CAST(CFileStore&,Store()).File().Size(size);
 		if (r<0)
 			return r;