Palana 1cd98ae008 libobs/util: Fix config value line break unescaping
Given a config file with some value "foo=\\n" querying the value of foo
would return {'\\', '\n', 0}, instead of {'\\', 'n', 0}
2015-11-27 15:48:30 +01:00
..
2015-11-20 14:44:17 -08:00
2015-05-11 20:45:25 +02:00
2015-05-11 20:45:25 +02:00
2015-10-21 07:46:42 -07:00