Avoid a debug warning with wstrings.

This commit is contained in:
Unknown W. Brackets 2013-08-29 00:41:43 -07:00
parent bbe13f1d74
commit 49dc9803bb

View File

@ -564,7 +564,7 @@ void CtrlBreakpointList::handleNotify(LPARAM lParam)
int index = getBreakpointIndex(dispInfo->item.iItem,isMemory);
if (index == -1) return;
breakpointText[0] = 0;
breakpointText = L"";
switch (dispInfo->item.iSubItem)
{
case BPL_TYPE: