Skip to content

Remove null terminating chars from profile names before using them in ProfileManager

morg requested to merge mguimard/OpenRGB:fix-network-profiles into master

Loading a profile from the network is broken since d7ed55b2

image

This commit makes sure we do not concatenate a null terminated string with an other string.

Merge request reports