2.6.2.10 Fixed: Off-by-one when pretty printing 'B' of all bytes treated as data.

This commit is contained in:
mpohoreski 2010-12-16 07:43:12 +00:00
parent 476dbbfaa0
commit 4c2c09178d

View File

@ -151,7 +151,7 @@ Update_t CmdDisasmDataList (int nArgs)
, pData->nStartAddress
, CHC_ARG_SEP
, CHC_ADDRESS
, pData->nEndAddress
, pData->nEndAddress - 1
);
ConsolePrint( sText );
}