1
0
mirror of https://github.com/leethomason/tinyxml2.git synced 2026-07-21 19:23:00 +04:00

Merge pull request #993 from jengelh/master

Make DocPrinter support DynArrays larger than 2G
This commit is contained in:
Lee Thomason
2024-09-02 09:29:54 -07:00
committed by GitHub
+1 -1
View File
@@ -2314,7 +2314,7 @@ public:
of the XML file in memory. (Note the size returned
includes the terminating null.)
*/
int CStrSize() const {
size_t CStrSize() const {
return _buffer.Size();
}
/**