changeset 221:6be2f583c158

Ensure variable is sane
author charles
date Tue, 12 Aug 2008 23:50:23 +0100
parents b1f3b3c7e308
children bd1f223d2347
files yaffs_tagscompat.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/yaffs_tagscompat.c
+++ b/yaffs_tagscompat.c
@@ -439,7 +439,7 @@ int yaffs_TagsCompatabilityReadChunkWith
 
 	yaffs_Spare spare;
 	yaffs_Tags tags;
-	yaffs_ECCResult eccResult;
+	yaffs_ECCResult eccResult = YAFFS_ECC_RESULT_UNKNOWN;
 
 	static yaffs_Spare spareFF;
 	static int init = 0;