Nicolas
Nicolas
Glad to hear! Yeah it feels more healthy not to use the CRT allocator in that code path. By the way, I also noticed something when reviewing that part of...
To fix this is tedious but usually easy, you wouldchange the `char*` into `char const*`
That sounds incorrect. Typically the conversion error mentionned in the title would happen in situation like these: ``` a = "hello, world"; ``` with `a` being either declared as `char*...
an example is what was committed here: https://github.com/esaruoho/ztracker_mac/commit/b3dd78d226aa0fcf49d3cf3f13ebb3640d0cbf73
It's a chain reaction, of which you started the first step: it now requires `conf::load` to also take a `const char*`
it seems there's a lot of these string variables to fix there, it's going to be tedious
Kebby's plan is great