|
|
@@ -96,7 +96,7 @@ unsigned long get_srcfile_size(const char* pfilename)
|
|
|
|
|
|
static int bin2str(unsigned char* x, int xlen, char* str, int str_size)
|
|
|
{
|
|
|
- static const char* hex2char = "0123456789abcdef";
|
|
|
+ static const char* hex2char = "0123456789ABCDEF";
|
|
|
int i, k = 0;
|
|
|
if (str_size <= xlen * 2)
|
|
|
return -1;
|