From 3442fd7fe6a9c9f28146494daa04d104f3af8d05 Mon Sep 17 00:00:00 2001 From: Scott Ehlert Date: Mon, 26 Mar 2007 19:47:37 +0000 Subject: [PATCH] Oh, err, what was I thinking here? --HG-- extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40352 --- sourcemm/CSmmAPI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sourcemm/CSmmAPI.cpp b/sourcemm/CSmmAPI.cpp index ea5f6d6..a475dae 100644 --- a/sourcemm/CSmmAPI.cpp +++ b/sourcemm/CSmmAPI.cpp @@ -563,7 +563,7 @@ bool CSmmAPI::CacheUserMessages() * Add 5 because it's relative to next instruction: * Opcode <1 byte> + 32-bit displacement <4 bytes> */ - vfunc = vfunc + *reinterpret_cast(vfunc + 1) + 5; + vfunc = vfunc + *reinterpret_cast(vfunc + 1) + 5; } UserMsgDict *dict = NULL;