[0.2.x] fixed: previous commit has some errors

git-svn-id: https://pykd.svn.codeplex.com/svn@82700 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
SND\kernelnet_cp 2013-02-20 06:53:43 +00:00 committed by Mikhail I. Izmestev
parent 0b3bb3e6cb
commit c5b12433e6
2 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,7 @@
#define PYKD_VERSION_MAJOR 0
#define PYKD_VERSION_MINOR 2
#define PYKD_VERSION_SUBVERSION 0
#define PYKD_VERSION_BUILDNO 16
#define PYKD_VERSION_BUILDNO 17
#define __VER_STR2__(x) #x

View File

@ -394,7 +394,9 @@ PointerTypeInfo::PointerTypeInfo( SymbolPtr &symbol )
break;
}
}
m_size = (ULONG)symbol->getSize();
m_ptrSize = m_size;
}
/////////////////////////////////////////////////////////////////////////////////////