Update C sources

This commit is contained in:
Milan Nikolic 2024-05-07 21:54:39 +02:00
parent 2a66186c7d
commit 1868520849
No known key found for this signature in database
GPG key ID: 9229D0EAA3AA4E75
27 changed files with 4582 additions and 2234 deletions

View file

@ -920,7 +920,7 @@ func LoadAutomationEventList(fileName string) AutomationEventList {
// UnloadAutomationEventList - Unload automation events list from file
func UnloadAutomationEventList(list *AutomationEventList) {
C.UnloadAutomationEventList(list.cptr())
C.UnloadAutomationEventList(*list.cptr())
}
// ExportAutomationEventList - Export automation events list as text file