1
0
Эх сурвалжийг харах

Merge pull request #768 from Alanscut/fix_wrong_symbol

Fix wrong symbol in comment
Lee Thomason 6 жил өмнө
parent
commit
a9c28ce3e3
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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";
 		buf[60] = 239;
 		buf[61] = 0;