Skip to content

Commit 032586f

Browse files
committed
Move debugging functions
They were getting local API designations in `internal.c` which suddenly started breaking the build.
1 parent 403f142 commit 032586f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/internal.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7169,7 +7169,7 @@ int WP11_Object_DataObject(WP11_Object* object, unsigned char** data,
71697169
ret = BAD_FUNC_ARG;
71707170
else if (data[1] != NULL) {
71717171
XMEMCPY(object->data.genericData.data, data[1], len[1]);
7172-
object->data.genericData.len = len[1];
7172+
object->data.genericData.len = (word32)len[1];
71737173
}
71747174

71757175

0 commit comments

Comments
 (0)