From c999d79616a3c0cf1af09eff02471616430aa30d Mon Sep 17 00:00:00 2001 From: ehouse Date: Sun, 27 Feb 2005 20:07:05 +0000 Subject: [PATCH] passing wrong name to open --- symbian/src/xwappview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symbian/src/xwappview.cpp b/symbian/src/xwappview.cpp index d97e11b6d..fc8507d68 100644 --- a/symbian/src/xwappview.cpp +++ b/symbian/src/xwappview.cpp @@ -949,7 +949,7 @@ CXWordsAppView::LoadPrefs() /* Read in prefs etc. */ RFileReadStream reader; CleanupClosePushL(reader); - TInt err = reader.Open( fs, filename, EFileRead ); + TInt err = reader.Open( fs, nameD, EFileRead ); TBool found = err == KErrNone; if ( found ) {