Skip to content

Commit c8ade86

Browse files
committed
Fix Windows Mono build
1 parent 0fcc198 commit c8ade86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/mono/utils/path_utils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ String cwd() {
9292
return ".";
9393
}
9494

95-
String result = String::utf16((buffer.ptr());
95+
String result = String::utf16(buffer.ptr());
9696
if (result.is_empty()) {
9797
return ".";
9898
}

0 commit comments

Comments
 (0)