hydrogen-music / hydrogen

The advanced drum machine for Linux, macOS, and Windows
http://www.hydrogen-music.org
GNU General Public License v2.0
1.03k stars 172 forks source link

CAC: validate against trailing whitespaces #1838

Closed theGreatWhiteShark closed 1 year ago

theGreatWhiteShark commented 1 year ago

if a drumkit folder (or name) contains a trailing whitespace it can not be properly extracted (and installed) on Windows. The validateDrumkit() function - used in h2cli -c - checks this too.

Addresses #1830