diff -r 28ccaba883f4 -r 403e7f6ed6c5 stdcpp/tsrc/BC/apps/tlocale/src/tlocaleblocks.cpp --- a/stdcpp/tsrc/BC/apps/tlocale/src/tlocaleblocks.cpp Wed Oct 13 19:39:18 2010 +0530 +++ b/stdcpp/tsrc/BC/apps/tlocale/src/tlocaleblocks.cpp Thu Oct 14 14:15:50 2010 +0530 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2009 - 2010 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of "Eclipse Public License v1.0" @@ -1411,7 +1411,7 @@ Mympunct_byname fac("C", 1); testChar ch = fac.my_do_decimal_point(); - if (ch != 0) + if (ch != '.') return KErrGeneral; return KErrNone;