branch | GCC_SURGE |
changeset 210 | b592f7984442 |
parent 109 | b3a1d9898418 |
--- a/kerneltest/f32test/filesystem/fat/b_fat32.cpp Mon Jul 19 08:40:05 2010 +0100 +++ b/kerneltest/f32test/filesystem/fat/b_fat32.cpp Mon Jul 19 14:32:36 2010 +0100 @@ -305,7 +305,7 @@ // { static TBuf<6> str(_L("------")); - static char* atr = "RHSVDA"; + static char const * atr = "RHSVDA"; for (TInt i = 0; i < 6; i++) if ((aAttrib >> i) & 1) str[i] = atr[i];