···116116static bool
117117ns_config_load(struct ns_builder *nsb)
118118{
119119- const char *file_content = u_file_read_content_from_path(nsb->config_path);
119119+ const char *file_content = u_file_read_content_from_path(nsb->config_path, NULL);
120120 if (file_content == NULL) {
121121 U_LOG_E("The file at \"%s\" was unable to load. Either there wasn't a file there or it was empty.",
122122 nsb->config_path);
+1-1
src/xrt/targets/common/target_builder_simulavr.c
···7171static bool
7272process_config(const char *config_path, struct svr_two_displays_distortion *out_dist)
7373{
7474- char *file_content = u_file_read_content_from_path(config_path);
7474+ char *file_content = u_file_read_content_from_path(config_path, NULL);
7575 if (file_content == NULL) {
7676 U_LOG_E("The file at \"%s\" was unable to load. Either there wasn't a file there or it was empty.",
7777 config_path);