Log Message:
-----------
unsure how that one happened..
Modified Files:
--------------
/cvsroot/decaldev/source/DenAgent:
DenAgent.cpp
Revision Data
-------------
Index: DenAgent.cpp
===================================================================
RCS file: /cvsroot/decaldev/source/DenAgent/DenAgent.cpp,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- DenAgent.cpp 15 Oct 2003 19:46:52 -0000 1.19
+++ DenAgent.cpp 16 Oct 2003 03:25:09 -0000 1.20
@@ -249,7 +249,7 @@
if( !bSuccess )
{
- std::string szXIML;
+ std::string szXML;
DecryptXML( static_cast< LPCSTR >( strXMLFile ), szXML );
if( szXML != "" )
|