We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b6e6dc commit 0b25692Copy full SHA for 0b25692
base/fs_unix.h
@@ -171,7 +171,7 @@ std::string get_canonical_path(const std::string& path)
171
// Ignore return value as realpath() returns nullptr anyway when the
172
// resolved_path parameter is specified.
173
realpath(path.c_str(), buffer);
174
- return path;
+ return buffer;
175
}
176
177
paths list_files(const std::string& path)
0 commit comments