Slight change to the vtable dump because it wasn't working all the time.

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402271
This commit is contained in:
Matt Woodrow 2008-06-21 09:28:42 +00:00
parent 350044c9a8
commit 81e40c32c8

View File

@ -66,7 +66,7 @@ static main()
auto real_addr;
real_addr = Dword(pAddress);
szFuncName = GetFunctionName(real_addr);
szFuncName = Name(real_addr);
if (strlen(szFuncName) == 0)
{
break;