RNF0303

Hexadecimal literal has a digit that is not valid; digit defaults to 0.

20

Cause . . . . . : A hexadecimal literal may contain only hexadecimal digits. A hexadecimal digit can be 0 - 9, a - f or A - F.

Recovery . . . : Specify a valid hexadecimal literal. Compile again.