add support for utils::guesspath() on macos
This commit is contained in:
@ -408,7 +408,7 @@ namespace utils {
|
||||
|
||||
/*! Try to detect pathname from FILE pointer.
|
||||
*
|
||||
* Currently only supported on Linux, otherwise will report "(unknown)".
|
||||
* Currently only supported on Linux and macOS, otherwise will report "(unknown)".
|
||||
*
|
||||
* \param buf storage buffer for pathname. output will be truncated if not large enough
|
||||
* \param len size of storage buffer. output will be truncated to this length - 1
|
||||
|
||||
Reference in New Issue
Block a user