mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-01 19:57:11 +01:00
passing wrong name to open
This commit is contained in:
parent
8f7bbfa770
commit
c999d79616
1 changed files with 1 additions and 1 deletions
|
@ -949,7 +949,7 @@ CXWordsAppView::LoadPrefs()
|
||||||
/* Read in prefs etc. */
|
/* Read in prefs etc. */
|
||||||
RFileReadStream reader;
|
RFileReadStream reader;
|
||||||
CleanupClosePushL(reader);
|
CleanupClosePushL(reader);
|
||||||
TInt err = reader.Open( fs, filename, EFileRead );
|
TInt err = reader.Open( fs, nameD, EFileRead );
|
||||||
|
|
||||||
TBool found = err == KErrNone;
|
TBool found = err == KErrNone;
|
||||||
if ( found ) {
|
if ( found ) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue