Explorar el Código

* Char -> AnsiChar

Michael VAN CANNEYT hace 2 años
padre
commit
bb5d98c01a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;