Character %1 in hexadecimal literal is not valid. Character ignored.
30
Cause . . . . . : A hexadecimal literal can only contain characters in the range: 0 to 9, a to f, A to F.
Recovery . . . : Change the %1 into a character that falls within the valid range.