branch | RCL_3 |
changeset 44 | 3e88ff8f41d5 |
parent 43 | c1f20ce4abcf |
--- a/kerneltest/e32test/lffs/loadlffs.cpp Tue Aug 31 16:34:26 2010 +0300 +++ b/kerneltest/e32test/lffs/loadlffs.cpp Wed Sep 01 12:34:56 2010 +0100 @@ -24,9 +24,10 @@ RFormat format; TInt count; + TInt r; RDebug::Print(_L("Format LFFS drive %S\r\n"), &drive); - format.Open(TheFs, drive, EHighDensity, count); + r = format.Open(TheFs, drive, EHighDensity, count); while (count) {