Browse Source

* String -> AnsiString

Michael VAN CANNEYT 2 năm trước cách đây
mục cha
commit
32d55bb0ea
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      rtl/win/sysdl.inc

+ 1 - 1
rtl/win/sysdl.inc

@@ -59,7 +59,7 @@ begin
                  MakeLangId(LANG_NEUTRAL, SUBLANG_DEFAULT),
                  @temp[1], 255,nil);
   SetLength(temp,c);
-  Result:=String(temp);
+  Result:=AnsiString(temp);
 end;
 
 const