#549 stupid typos
This commit is contained in:
parent
8e75ec2ce7
commit
6f98061e57
|
@ -31,7 +31,7 @@ DWORD CMemoryLabel::AsciiToHex (char * HexValue)
|
|||
else
|
||||
{
|
||||
if(Current < 'A')
|
||||
Current += 'A'
|
||||
Current += 'A' - 'a';
|
||||
|
||||
if (Current >= 'A' && Current <= 'F')
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue