mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Avoid a debug warning with wstrings.
This commit is contained in:
parent
bbe13f1d74
commit
49dc9803bb
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue