real-watson / face

finished
GNU Lesser General Public License v2.1
1 stars 0 forks source link

avoid input like "=xy" when using util_get_string/set_string #8

Closed real-watson closed 4 years ago

real-watson commented 4 years ago

If the config.txt looks like this NAME=watson when set string by using util_set_string("NAME","=watson" the config file should be filled with NAME==watson, but this is not what we need.

So, the best way is to avoid these input.