diff -r 26b6f0522fd8 -r 8110bf1194d1 secureswitools/swisistools/source/rscparser/barsreadimpl.cpp --- a/secureswitools/swisistools/source/rscparser/barsreadimpl.cpp Mon May 03 12:38:03 2010 +0300 +++ b/secureswitools/swisistools/source/rscparser/barsreadimpl.cpp Fri May 14 15:58:48 2010 +0300 @@ -251,7 +251,7 @@ // to ensure the alignment of Unicode strings within each resource. if(*currentPtr!=0xab) { - std::string errMsg= "Failed : Trying to access invalid registrationFile"; + std::string errMsg= "Failed : Improper alignment of Unicode strings (0xab) within each resource."; throw CResourceFileException(errMsg); } ++currentPtr;