Debugger 2.9.0.18

This commit is contained in:
michaelangel007 2020-05-19 08:29:23 -07:00
parent 0c0e2f6bdd
commit dfbb63934c

View file

@ -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;
} }