From 4dfb168d43186af2e92d0091584afdc648d10525 Mon Sep 17 00:00:00 2001 From: "SND\\EreTIk_cp" Date: Fri, 27 Jan 2012 07:59:23 +0000 Subject: [PATCH] [0.1.x] ~ Module::getTimeDataStamp() fixed git-svn-id: https://pykd.svn.codeplex.com/svn@73672 9b283d60-5439-405e-af05-b73fd8c4d996 --- pykd/module.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pykd/module.h b/pykd/module.h index 1449cf0..3f33090 100644 --- a/pykd/module.h +++ b/pykd/module.h @@ -91,7 +91,7 @@ public: } ULONG getTimeDataStamp() const { - return m_checkSumm; + return m_timeDataStamp; } private: