Skip to content

Commit 7e7f9f4

Browse files
committed
Updated API signature for the Python target
1 parent 4f265bf commit 7e7f9f4

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
@@ -95,7 +95,7 @@ static PyObject* py_SET(PyObject *self, PyObject *args) {
9595
/**
9696
* Prototype for the internal API. @see reactor_common.c
9797
**/
98-
lf_token_t* __initialize_token_with_value(lf_token_t* token, void* value, int length);
98+
lf_token_t* __initialize_token_with_value(lf_token_t* token, void* value, size_t length);
9999

100100
/**
101101
* Prototype for API function. @see lib/core/reactor_common.c

0 commit comments

Comments
 (0)