M-griffin / Oblivion2-XRM

Oblivion/2 XRM BBS Software
Other
89 stars 13 forks source link

[XRM Server] Startup Issues related to new Yaml-CPP Version #222

Closed M-griffin closed 2 years ago

M-griffin commented 2 years ago

Startup Issues related to new Yaml-CPP Version

Noticed in recent compiles on updated distributions (Linux) and Possibly OS/X that n the main xrm_config.yaml file the field 63 keeps erroring out. After some investigation there appears to be some broken handling in yaml jumping from 6.0 to 7.0 for some int8_t types as well as unsigned chars. This specific field was an unsigned char and should be converted to std::string.

M-griffin commented 2 years ago

Resolved per Pull Request #225