The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

util: make sure u_config_json.file_loaded is false if we didn't load the file

authored by

Moses Turner and committed by
Jakob Bornecrantz
36bc45b6 82d9ed75

+1
+1
src/xrt/auxiliary/util/u_config_json.c
··· 41 41 void 42 42 u_config_json_open_or_create_main_file(struct u_config_json *json) 43 43 { 44 + json->file_loaded = false; 44 45 #if defined(XRT_OS_LINUX) && !defined(XRT_OS_ANDROID) 45 46 char tmp[1024]; 46 47 ssize_t ret = u_file_get_path_in_config_dir(CONFIG_FILE_NAME, tmp, sizeof(tmp));