Print hexadecimal values in uppercase
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Rafal Kupiec 2023-01-16 15:55:38 +01:00
parent e3f0782053
commit 289316b43b
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

View File

@ -9,7 +9,7 @@
#include <xtbl.h>
STATIC PUINT16 HexTable = L"0123456789abcdef";
STATIC PUINT16 HexTable = L"0123456789ABCDEF";
/**
* Compares two strings without sensitivity to case.