We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fcc198 commit c8ade86Copy full SHA for c8ade86
modules/mono/utils/path_utils.cpp
@@ -92,7 +92,7 @@ String cwd() {
92
return ".";
93
}
94
95
- String result = String::utf16((buffer.ptr());
+ String result = String::utf16(buffer.ptr());
96
if (result.is_empty()) {
97
98
0 commit comments