We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4cdf70 commit 6823f1dCopy full SHA for 6823f1d
src/carnot/funcs/os/filesystem.h
@@ -42,7 +42,7 @@ inline std::string GetSharedLibraries(md::UPID upid) {
42
for (const auto& p : std::filesystem::directory_iterator(fpath)) {
43
if (std::filesystem::is_symlink(p)) {
44
auto symlink = std::filesystem::read_symlink(p);
45
- libraries.push_back(symlink.u8string());
+ libraries.push_back(symlink.string());
46
}
47
48
0 commit comments