Browse Source

Merge pull request #104864 from scgm0/Fix-Windows-Mono-build

Fix Windows Mono build
Thaddeus Crews 5 tháng trước cách đây
mục cha
commit
0f570977fd
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      modules/mono/utils/path_utils.cpp

+ 1 - 1
modules/mono/utils/path_utils.cpp

@@ -92,7 +92,7 @@ String cwd() {
 		return ".";
 	}
 
-	String result = String::utf16((buffer.ptr());
+	String result = String::utf16(buffer.ptr());
 	if (result.is_empty()) {
 		return ".";
 	}