secureswitools/swisistools/source/rscparser/barsreadimpl.cpp
changeset 33 8110bf1194d1
parent 25 98b66e4fb0be
--- 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;