Added a early return in ProgrammerOperandLength

This commit is contained in:
Nicholas Baron 2019-04-16 23:29:04 -07:00
commit c577b058a1

View file

@ -516,7 +516,7 @@ size_t CopyPasteManager::ProgrammerOperandLength(const wstring& operand, int num
break;
default:
// No defined prefixes/suffixes
break;
return 0;
}
// UInt suffixes are common across all modes