Lioncash 452c61db7a setsys_settings_items: Simplify buffer management in LoadConfiguration()
We can use a std::string here instead of setting up a scope guard and
manual allocations. We also don't need to care about null-termination,
as c_str() will automatically ensure this is done when passing it into
ini_parse_string().
2019-06-03 21:37:12 -04:00
..
2019-06-03 12:19:05 -07:00
2019-06-03 12:19:05 -07:00
2019-04-07 19:00:49 -07:00
2019-04-07 19:00:49 -07:00
2019-02-04 20:15:16 -08:00
2019-02-04 20:15:16 -08:00
2019-06-03 12:19:05 -07:00
2019-06-03 12:19:05 -07:00