2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 01:12:13 +00:00

Start of 64bit clean compile of b2 engine.

This commit is contained in:
Rene Rivera
2020-06-07 08:07:08 -05:00
parent c553a3a17a
commit 598425e294
12 changed files with 22 additions and 22 deletions

View File

@@ -248,7 +248,7 @@ static void object_validate( OBJECT * obj )
* object_new_range() - create an object from a string of given length
*/
OBJECT * object_new_range( char const * const string, int const size )
OBJECT * object_new_range( char const * const string, size_t size )
{
++strcount_in;