소스 검색

* Char -> AnsiChar

Michael VAN CANNEYT 2 년 전
부모
커밋
bb5d98c01a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      rtl/objpas/sysconst.pp

+ 1 - 1
rtl/objpas/sysconst.pp

@@ -192,7 +192,7 @@ const
 
 const
    // Do not localize
-   HexDigits: array[0..15] of char = '0123456789ABCDEF';
+   HexDigits: array[0..15] of AnsiChar = '0123456789ABCDEF';
    HexDigitsW: array[0..15] of widechar = '0123456789ABCDEF';
 
 Function GetRunError(Errno : Word) : String;