Skip to content

Commit

Permalink
Merge pull request #993 from jengelh/master
Browse files Browse the repository at this point in the history
Make DocPrinter support DynArrays larger than 2G
  • Loading branch information
leethomason authored Sep 2, 2024
2 parents 8a519a5 + 04bbc06 commit 38894bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tinyxml2.h
Original file line number Diff line number Diff line change
Expand Up @@ -2314,7 +2314,7 @@ class TINYXML2_LIB XMLPrinter : public XMLVisitor
of the XML file in memory. (Note the size returned
includes the terminating null.)
*/
int CStrSize() const {
size_t CStrSize() const {
return _buffer.Size();
}
/**
Expand Down

0 comments on commit 38894bf

Please sign in to comment.