Debugger 2.9.0.18
This commit is contained in:
parent
0c0e2f6bdd
commit
dfbb63934c
1 changed files with 3 additions and 5 deletions
|
@ -538,6 +538,8 @@ void _Bookmark_Reset()
|
||||||
{
|
{
|
||||||
g_aBookmarks[ iBookmark ].bSet = false;
|
g_aBookmarks[ iBookmark ].bSet = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
g_nBookmarks = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -647,11 +649,7 @@ Update_t CmdBookmarkClear (int nArgs)
|
||||||
{
|
{
|
||||||
if (! _tcscmp(g_aArgs[nArgs].sArg, g_aParameters[ PARAM_WILDSTAR ].m_sName))
|
if (! _tcscmp(g_aArgs[nArgs].sArg, g_aParameters[ PARAM_WILDSTAR ].m_sName))
|
||||||
{
|
{
|
||||||
for (iBookmark = 0; iBookmark < MAX_BOOKMARKS; iBookmark++ )
|
_Bookmark_Reset();
|
||||||
{
|
|
||||||
if (g_aBookmarks[ iBookmark ].bSet)
|
|
||||||
g_aBookmarks[ iBookmark ].bSet = false;
|
|
||||||
}
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue