inplicit length
This commit is contained in:
@@ -102,10 +102,7 @@ const char* GT_AsString (const StrBuf* Type, StrBuf* String)
|
|||||||
** will be zero terminated and a pointer to the contents are returned.
|
** will be zero terminated and a pointer to the contents are returned.
|
||||||
*/
|
*/
|
||||||
{
|
{
|
||||||
static const char HexTab[16] = {
|
static const char HexTab[] = "0123456789ABCDEF";
|
||||||
'0','1','2','3','4','5','6','7',
|
|
||||||
'8','9','A','B','C','D','E','F'
|
|
||||||
};
|
|
||||||
unsigned I;
|
unsigned I;
|
||||||
|
|
||||||
/* Convert Type into readable hex. String will have twice then length
|
/* Convert Type into readable hex. String will have twice then length
|
||||||
|
|||||||
Reference in New Issue
Block a user