Skip to content

Commit d6f3357

Browse files
authored
Merge branch 'master' into carla-example
2 parents ac4aac7 + 7e7f9f4 commit d6f3357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

org.lflang/src/lib/Python/pythontarget.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ static PyObject* py_SET(PyObject *self, PyObject *args) {
9999
/**
100100
* Prototype for the internal API. @see reactor_common.c
101101
**/
102-
lf_token_t* __initialize_token_with_value(lf_token_t* token, void* value, int length);
102+
lf_token_t* __initialize_token_with_value(lf_token_t* token, void* value, size_t length);
103103

104104
/**
105105
* Prototype for API function. @see lib/core/reactor_common.c

0 commit comments

Comments
 (0)