| 809 | } |
| 810 | |
| 811 | int loadDefaultConfig() |
| 812 | { |
| 813 | char path[PATH_MAX]; |
| 814 | completePath(path, "default.cfg", outputdir); |
| 815 | return loadConfig(path); |
| 816 | } |
| 817 | |
| 818 | /*------------------------------------------------------------------------------- |
| 819 |
nothing calls this directly
no test coverage detected