Skip to content

Commit 1335a29

Browse files
sejerpzfalkTX
authored andcommitted
update python bindings to fix segmentation fault on startup
1 parent 9b5bf50 commit 1335a29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modtools/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ class PluginGUI_Mini(Structure):
224224
class PluginPortGroup(Structure):
225225
_fields_ = [
226226
("valid", c_bool),
227+
("uri", c_char_p),
227228
("symbol", c_char_p),
228229
("name", c_char_p),
229230
]

0 commit comments

Comments
 (0)