Hex Editor - fix copy/pasting multiple highlighted addresses

This commit is contained in:
adelikat 2012-09-28 16:18:13 +00:00
parent 2a59e135ea
commit 65a4f5010a
1 changed files with 1 additions and 1 deletions

View File

@ -2134,7 +2134,7 @@ namespace BizHawk.MultiClient
string value = ValueString(GetHighlightedAddress());
foreach (int x in SecondaryHighlightedAddresses)
{
value += MakeValue(x);
value += ValueString(x);
}
if (!String.IsNullOrWhiteSpace(value))
{