Update version of Reliance Edge.

This commit is contained in:
Richard Barry 2016-11-21 04:30:49 +00:00
parent 7cce089e40
commit 7fcc976248
16 changed files with 4069 additions and 3493 deletions

View file

@ -891,6 +891,7 @@ static PRINTTYPE ParseFormatType(
case 'u':
fmtType = MAPULONGLONG;
break;
case 'x':
case 'X':
fmtType = MAPHEXULONGLONG;
break;