Change mj_encode return type to 64-bit (mjtSize)
This supports encoding files larger than 2GB. PiperOrigin-RevId: 939828697 Change-Id: If60d36c61475ced20b4eb58408ffb37e25bf3db7
This commit is contained in:
committed by
Copybara-Service
parent
1e04c568e8
commit
d83ef0b6b9
@@ -436,7 +436,7 @@ FUNCTIONS: Mapping[str, FunctionDecl] = dict([
|
||||
('mj_encode',
|
||||
FunctionDecl(
|
||||
name='mj_encode',
|
||||
return_type=ValueType(name='int'),
|
||||
return_type=ValueType(name='mjtSize'),
|
||||
parameters=(
|
||||
FunctionParameterDecl(
|
||||
name='s',
|
||||
|
||||
Reference in New Issue
Block a user