mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-27 15:30:35 +00:00
Avoid a debug warning with wstrings.
This commit is contained in:
parent
bbe13f1d74
commit
49dc9803bb
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user