Browse Source

fix wrong symbol

Alanscut 6 years ago
parent
commit
8916a3c587
1 changed files with 1 additions and 1 deletions
  1. 1 1
      xmltest.cpp

+ 1 - 1
xmltest.cpp

@@ -1290,7 +1290,7 @@ int main( int argc, const char ** argv )
 	}
 	}
 
 
 	{
 	{
-		// trying to repro ]1874301]. If it doesn't go into an infinite loop, all is well.
+		// trying to repro [1874301]. If it doesn't go into an infinite loop, all is well.
 		unsigned char buf[] = "<?xml version=\"1.0\" encoding=\"utf-8\"?><feed><![CDATA[Test XMLblablablalblbl";
 		unsigned char buf[] = "<?xml version=\"1.0\" encoding=\"utf-8\"?><feed><![CDATA[Test XMLblablablalblbl";
 		buf[60] = 239;
 		buf[60] = 239;
 		buf[61] = 0;
 		buf[61] = 0;