23vbq / tv-managing-system

System designated to implement in company easy TV display system.
12 stars 1 forks source link

[Server] ConfigLoader: removes all spaces in string (including in value) #3

Open 23vbq opened 5 months ago

23vbq commented 5 months ago

As in title, when loading KVP form config file function ClearWhitespaces(string&) removes all spaces from string instead of whitespaces, tabs and spaces in start and end of key and value. This prevents you from setting values that have space.

Maybe i make it as feature - you need to set values without spaces