sodero / InstallerLG

A reimplementation of the LISP-like 'Installer' scripting language.
Other
16 stars 4 forks source link

Fixing issue with gui_choice in cli.c #57

Closed gareth-smyth closed 4 years ago

gareth-smyth commented 4 years ago

Also updating signatures to match gui.c updates.

gareth-smyth commented 4 years ago

cli.c gui_choice was handling selections in the same way as gui_options - by bit shifting the selected options. It should just use the selection as the return value.