commit | a5716b787a889f5d928175d50e45c640b2a0120d | [log] [tgz] |
---|---|---|
author | sniperbat <sniperbat@gmail.com> | Thu Oct 11 15:22:28 2012 +0800 |
committer | sniperbat <sniperbat@gmail.com> | Thu Oct 11 15:22:28 2012 +0800 |
tree | bbfc155ad41d709d547def93051d8d354fe4cf13 | |
parent | 3cd66ee850bba5e76e0b323efa4b306ce337a9b9 [diff] [blame] |
nothing but just remove compile warning
diff --git a/tinyxml2.cpp b/tinyxml2.cpp index 0bee8bf..143d30a 100644 --- a/tinyxml2.cpp +++ b/tinyxml2.cpp
@@ -1566,7 +1566,7 @@ InitDocument(); fseek( fp, 0, SEEK_END ); - unsigned size = ftell( fp ); + size_t size = ftell( fp ); fseek( fp, 0, SEEK_SET ); if ( size == 0 ) {