nosuchtim / keykit

KeyKit - an algorithmic MIDI scripting language and GUI system
Other
98 stars 7 forks source link

Check return from mdep() is defined before accessing it #15

Closed pbarada closed 1 year ago

pbarada commented 1 year ago

Linux mdep() currently returns Noval for all invocations; latest changes to keyrc.k and gridinit.k attempt to read KEYFILE/KEYPAGE environment variables, trying to determine if valid by comparing result to empty string. Instead, should first check if return from mdep() is defined before check it is the empty string.