Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
runtime/gnuradio-config-info: print unquoted path for userconfdir
For some reason, std::cout::operator<< decides to put std::filesystem::path into ""; this breaks applications that try to use the output of gnuradio-config-info --userprefsdir directly. Using .string() seems to solve that. Strange, but not worth investigating much. Signed-off-by: Marcus Müller <[email protected]>
- Loading branch information