mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-01-24 22:28:34 -05:00
Profile was being set as a bool rather than a string, resulting in an embarrassing situation where the profile was being set to 'true' rather than the actual profile name. ..There really needs to be a compiler warning for using non-bools as bools. This is one of the reason I started using !! to change non-bools to bools.