1
0
Fork 0

DBG: fixed an error with bookmark enumeration

This commit is contained in:
Mr. eXoDia 2015-06-29 00:48:52 +02:00
parent ea1ca19db2
commit 6944b454f9
1 changed files with 2 additions and 0 deletions

View File

@ -196,6 +196,8 @@ bool BookmarkEnum(BOOKMARKSINFO* List, size_t* Size)
{
*List = itr.second;
List->addr += ModBaseFromName(List->mod);
List++;
}
return true;