diff --git a/Windows/Debugger/Debugger_Lists.cpp b/Windows/Debugger/Debugger_Lists.cpp index 2c44f78bd9..26bf9ebd1c 100644 --- a/Windows/Debugger/Debugger_Lists.cpp +++ b/Windows/Debugger/Debugger_Lists.cpp @@ -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: