From 260433673791adc2765fa2485826f405a884067e Mon Sep 17 00:00:00 2001 From: Dmitry-Me Date: Wed, 30 Aug 2017 17:40:15 +0300 Subject: [PATCH] Fix misleading comment --- xmltest.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xmltest.cpp b/xmltest.cpp index 7f2b22a..1c220ba 100644 --- a/xmltest.cpp +++ b/xmltest.cpp @@ -1909,7 +1909,8 @@ int main( int argc, const char ** argv ) { // No matter - before or after successfully parsing a text - - // calling XMLDocument::Value() causes an assert in debug. + // calling XMLDocument::Value() used to cause an assert in debug. + // Null must be retured. const char* validXml = "" "" "";