Print hexadecimal values in uppercase
All checks were successful
ci/woodpecker/push/build Pipeline was successful
All checks were successful
ci/woodpecker/push/build Pipeline was successful
This commit is contained in:
parent
e3f0782053
commit
289316b43b
@ -9,7 +9,7 @@
|
||||
#include <xtbl.h>
|
||||
|
||||
|
||||
STATIC PUINT16 HexTable = L"0123456789abcdef";
|
||||
STATIC PUINT16 HexTable = L"0123456789ABCDEF";
|
||||
|
||||
/**
|
||||
* Compares two strings without sensitivity to case.
|
||||
|
Loading…
Reference in New Issue
Block a user