| 52 | NH_Note("%s loading ...", basename); |
| 53 | |
| 54 | struct stat sbuf; |
| 55 | if (stat(fn.c_str(), &sbuf) == -1 && errno == ENOENT) { |
| 56 | // missing config file is an acceptable runtime state |
| 57 | strategies_loaded = false; |
no outgoing calls
no test coverage detected