Skip to content

Conversation

bnjmnjrk
Copy link

@bnjmnjrk bnjmnjrk commented Apr 7, 2025

The zig cImport feature is not happy with the line OSC_REPLY_ERR( r, ( out_msg ? out_msg : "") ); because out_msg is a string list and "" is just a string. It's legal c as both things are just a pointer, but zig understands this type mismatch.

bnjmnjrk added 2 commits April 7, 2025 15:13
The zig cImport feature is not happy with the line 
`OSC_REPLY_ERR( r, ( out_msg ? out_msg : "") );`
because out_msg is a string list and "" is just a string.
@mxmilkiib
Copy link

Zig is the future

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants