Skip to content

u_config_json: Fix saving when no config file exists

Christoph Haag requested to merge haagch/monado:save_new_config into master

If json->root was null, it would write a config file containing only (null).

Merge request reports